Skip to content

MCP prompts

Curated prompts are user-invoked workflow templates. Each prompt returns short instructions for the model to follow using existing tools and dbt-tools:// resources.

Prompt catalog

PromptRequired argsPurpose
triage_dbt_runFailures, skips, bottlenecks
analyze_model_blast_radiusuniqueIdUpstream/downstream impact
inspect_dbt_resourceuniqueIdCompact resource review
optimize_dbt_runRuntime/cost optimization candidates
review_artifact_snapshotFreshness and cache health

Optional arguments are documented in packages/mcp/REFERENCE.md.

Client support

Clients without prompts continue using tools directly. Prompt text references both resource URIs and tool names for compatibility.

Safety

Prompts instruct the model not to run dbt, modify project files, or treat heuristics as authoritative. SQL is not embedded by default.

Released under the repository license terms.