Skip to main content
Glama
resource.ts326 B
export type ResourceSchema = { uri: string; name: string; description?: string; mimeType?: string; }; export type ResourceResponse = { uri: string; mimeType?: string; text?: string; blob?: string; }; export type Resource = { schema: ResourceSchema; read: (uri: string) => Promise<ResourceResponse[]>; };

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/brianstone/jira-mcp-server'

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