dbt-mcp

Official
by dbt-labs
Apache 2.0
134
  • Linux
  • Apple

get_model_details

Retrieve detailed information about a specific dbt model, including compiled SQL, descriptions, column names, and types, by providing the model name.

Instructions

<instructions> Retrieves information about a specific dbt model. Specifically, it returns the compiled sql, description, column names, column descriptions, and column types. </instructions> <parameters> model_name: The name of the dbt model to retrieve details for. </parameters>

Input Schema

NameRequiredDescriptionDefault
model_nameYes

Input Schema (JSON Schema)

{ "properties": { "model_name": { "title": "Model Name", "type": "string" } }, "required": [ "model_name" ], "title": "get_model_detailsArguments", "type": "object" }
ID: 4g56yk3tar