"""Common errors used across multiple tool types."""
from dbt_mcp.errors.base import ToolCallError
class InvalidParameterError(ToolCallError):
"""Exception raised when invalid or missing parameters are provided.
This is a cross-cutting error used by multiple tool types.
"""
pass
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