Skip to main content
Glama
types.ts594 B
export interface PromptDefinition { id: string; title: string; description: string; category: string; created_by: 'system' | 'user'; created_at: string; prompt_text: string; } export interface PromptSummary { id: string; title: string; description: string; category: string; } export interface PromptLibrary { prompts: PromptDefinition[]; } export interface DocumentMetadata { id: string; filename: string; size_bytes?: number; last_modified?: Date; } export interface Document extends DocumentMetadata { text_content: string; extracted_text: 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/MCP-Agent766/Legal-MCP'

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