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
Get the id, name, description, and url of all exposures in the dbt environment. Exposures represent downstream applications or analyses that depend on dbt models.
Returns information including:
- uniqueId: The unique identifier for this exposure taht can then be used to get more details about the exposure
- name: The name of the exposure
- description: Description of the exposure
- url: URL associated with the exposure