Skip to main content
Glama

dbt-mcp

Official
by dbt-labs

get_entities

Extract real-world business entities, such as customers or transactions, linked to specified metrics for analysis like churn or revenue modeling.

Instructions

<instructions> Get the entities for specified metrics

Entities are real-world concepts in a business such as customers, transactions, and ad campaigns. Analysis is often focused around specific entities, such as customer churn or annual recurring revenue modeling. </instructions>

<parameters> metrics: List of metric names </parameters>

Input Schema

NameRequiredDescriptionDefault
metricsYes

Input Schema (JSON Schema)

{ "properties": { "metrics": { "items": { "type": "string" }, "title": "Metrics", "type": "array" } }, "required": [ "metrics" ], "title": "get_entitiesArguments", "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