Skip to main content
Glama
index.d.ts2.52 kB
export { listLegendsTool, listLegends, formatLegendsMarkdown } from './list-legends.js'; export { summonLegendTool, summonLegend, formatSummonedLegend } from './summon-legend.js'; export { getLegendContextTool, getLegendContext } from './get-legend-context.js'; export { getLegendInsightTool, getLegendInsight, getAllLegendInsights } from './get-legend-insight.js'; export { searchLegendsTool, searchLegends, formatSearchResults } from './search-legends.js'; export declare const allTools: ({ name: string; description: string; inputSchema: { type: "object"; properties: { category: { type: string; description: string; }; vibe: { type: string; enum: string[]; description: string; }; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { legend_id: { type: string; description: string; }; context: { type: string; description: string; }; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { legend_id: { type: string; description: string; }; format: { type: string; enum: string[]; description: string; default: string; }; include_related: { type: string; description: string; default: boolean; }; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { legend_id: { type: string; description: string; }; topic: { type: string; description: string; }; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { query: { type: string; description: string; }; }; required: string[]; }; })[]; //# sourceMappingURL=index.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