Skip to main content
Glama
get-legend-insight.d.ts802 B
export declare const getLegendInsightTool: { name: string; description: string; inputSchema: { type: "object"; properties: { legend_id: { type: string; description: string; }; topic: { type: string; description: string; }; }; required: string[]; }; }; export interface GetLegendInsightInput { legend_id: string; topic?: string; } export interface GetLegendInsightResult { content: string; isError?: boolean; } export declare function getLegendInsight(input: GetLegendInsightInput): GetLegendInsightResult; export declare function getAllLegendInsights(legendId: string): string; //# sourceMappingURL=get-legend-insight.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/cryptosquanch/legends-mcp'

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