Skip to main content
Glama
list-legends.d.ts991 B
import type { LegendSummary } from '../types.js'; export interface ListLegendsInput { category?: string; vibe?: 'serious' | 'fun'; } export interface ListLegendsResult { count: number; legends: LegendSummary[]; } /** * List all available legends */ export declare function listLegends(input?: ListLegendsInput): ListLegendsResult; /** * Format legends list as markdown for display */ export declare function formatLegendsMarkdown(result: ListLegendsResult, vibe?: 'serious' | 'fun'): string; export declare const listLegendsTool: { name: string; description: string; inputSchema: { type: "object"; properties: { category: { type: string; description: string; }; vibe: { type: string; enum: string[]; description: string; }; }; required: string[]; }; }; //# sourceMappingURL=list-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