Skip to main content
Glama
fetch.d.ts448 B
interface FetchFullContentParams { contentHandle: string; outputFormat?: "markdown" | "text" | "html"; } interface FetchResult { url: string; title: string; markdown?: string; text?: string; html?: string; contentLength?: number; cached?: boolean; error?: string; } export declare function fetchFullContent(params: FetchFullContentParams): Promise<FetchResult>; export {}; //# sourceMappingURL=fetch.d.ts.map

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/alucardeht/isis-mcp'

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