Skip to main content
Glama
loader.d.ts702 B
import type { LegendSkill, LegendSummary } from '../types.js'; /** * Load all legends from YAML files */ export declare function loadLegends(): Map<string, LegendSkill>; /** * Get all legends */ export declare function getAllLegends(): LegendSkill[]; /** * Get a specific legend by ID */ export declare function getLegendById(id: string): LegendSkill | undefined; /** * Get legend summaries (lightweight list) */ export declare function getLegendSummaries(): LegendSummary[]; /** * Search legends by query */ export declare function searchLegends(query: string): LegendSkill[]; /** * Get legend count */ export declare function getLegendCount(): number; //# sourceMappingURL=loader.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