Skip to main content
Glama
types.ts337 B
/** * Interface for MCP Tool Definition in our format */ export interface MCPToolDefinition { name: string; description: string; input_schema: { type: string; properties: Record<string, any>; required?: string[]; }; output_schema: { type: string; properties?: Record<string, any>; items?: any; }; }

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/tacticlaunch/mcp-linear'

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