Query the DBT Semantic Layer API seamlessly. Enhance your data querying capabilities with a robust MCP server.
Tools
get_documentation
Get a comprehensive user guide on how to use the dbt Semantic Layer MCP Server tools. Use this tool to understand the available tools, their parameters, and see workflow examples.
fetch_metrics
Fetches metrics from the semantic layer. Use this to get a list of metrics available in the semantic layer with their description and dimensions. Invoke this tool prior to creating a query to get a list of metrics to use in the query.
create_query
Creates a query to the semantic layer. Use this tool to create a query to the semantic layer. Returns the query id which can be used to fetch the results of the query.
fetch_query_result
Fetches the results of a query from the semantic layer. You have to poll this tool until the query status is SUCCESSFUL.