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 argsOptional argsPurpose
triage_dbt_runfocus: failures | performance | cost | all; limit: 1–100Failures, skips, bottlenecks
analyze_model_blast_radiusuniqueIddirection: upstream | downstream; depth: integer ≥ 1Upstream/downstream impact
inspect_dbt_resourceuniqueIdincludeSql: booleanCompact resource review
optimize_dbt_runfocus: runtime | cost | balanced; limit: 1–100Runtime/cost optimization candidates
review_artifact_snapshotFreshness and cache health

Defaults when omitted: triage_dbt_run uses focus=all and limit=10; analyze_model_blast_radius uses direction=downstream; optimize_dbt_run uses focus=balanced and limit=10. inspect_dbt_resource does not fetch SQL unless includeSql is true.

Prompts are workflow templates, not extra tools. Tool inputs and examples: MCP tools and 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.