Skip to main content
Glama
types.ts413 B
/** * Generic dictionary type */ export type Dict = Record<string, any>; /** * 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; }; }

Latest Blog Posts

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

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