Skip to main content
Glama
search-legends.d.ts882 B
export interface SearchLegendsInput { query: string; } export interface SearchLegendsResult { count: number; legends: Array<{ id: string; name: string; description: string; expertise: string[]; tags: string[]; }>; } /** * Search legends by query */ export declare function searchLegends(input: SearchLegendsInput): SearchLegendsResult; /** * Format search results as markdown */ export declare function formatSearchResults(result: SearchLegendsResult, query: string): string; export declare const searchLegendsTool: { name: string; description: string; inputSchema: { type: "object"; properties: { query: { type: string; description: string; }; }; required: string[]; }; }; //# sourceMappingURL=search-legends.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