Skip to main content
Glama
types.ts228 B
export interface JsonSchema { type: 'string' | 'number' | 'boolean' | 'object' | 'array' | 'null'; description?: string; items?: JsonSchema; properties?: { [key: string]: JsonSchema }; required?: string[]; }

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/nfishel48/conduit'

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