Skip to main content
Glama

docs-mcp-server

errors.ts360 B
export class ToolError extends Error { constructor( message: string, public readonly toolName: string, ) { super(message); this.name = this.constructor.name; } } /** * Error thrown when tool input validation fails. * This indicates a client-side issue with the request parameters. */ export class ValidationError extends ToolError {}

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/arabold/docs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server