| name | describe-resource |
| description | Return metadata for one dbt resource by uniqueId. Use when explaining what a model, source, or test does. |
| compatibility | dbt-tools MCP server enabled; uniqueId from find-resources when unknown. |
Describe resource
Handle: dbt-tools-mcp:describe-resource
Contract
- Inputs:
uniqueId; optional includeCode (default false)
- Outputs: resource node details (description, metadata, optional SQL)
- Done when: the user understands the resource
Preconditions
Out of scope
Implementation
See references/implementation.md.