Skip to main content
Glama

dbt-mcp

Official
by dbt-labs

get_model_parents

Retrieve the parent models of a specified dbt model to understand its dependencies and lineage within the dbt-mcp server.

Instructions

Get the parents of a specific dbt model.

Input Schema

NameRequiredDescriptionDefault
model_nameYes

Input Schema (JSON Schema)

{ "properties": { "model_name": { "title": "Model Name", "type": "string" } }, "required": [ "model_name" ], "title": "get_model_parentsArguments", "type": "object" }
Install Server

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