Skip to main content
Glama

dbt-mcp

Official
by dbt-labs

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" }

You must be authenticated.

Other Tools from dbt-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbt-labs/dbt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server