| name | query-executions |
| description | Filter and sort node executions from run_results by status, time, and warehouse metrics. Use for post-run triage. |
| compatibility | dbt-tools MCP server enabled; loaded session with run_results. |
Query executions
Handle: dbt-tools-mcp:query-executions
Contract
- Inputs: optional status; sort; limit/offset;
uniqueIdPattern; warehouse block (at most one)
- Outputs: bounded execution rows
- Done when: triage or ranking question is answered
Preconditions
bind-target
- Loaded session (requires
run_results.json at target)
Out of scope
Implementation
See references/implementation.md.