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
Name | Required | Description | Default |
---|---|---|---|
model_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"model_name": {
"title": "Model Name",
"type": "string"
}
},
"required": [
"model_name"
],
"title": "get_model_parentsArguments",
"type": "object"
}