Skip to main content
Glama
summon-legend.d.ts1.18 kB
import type { ModelHints } from '../types.js'; export interface SummonLegendInput { legend_id: string; context?: string; } export interface SummonedLegend { legend_id: string; name: string; system_prompt: string; quick_ref: { expertise: string[]; tone: string; key_principles: string[]; }; model_hints?: ModelHints; } /** * Summon a legend - returns their persona for Claude to adopt * This is the core tool - Claude becomes the legend using this context */ export declare function summonLegend(input: SummonLegendInput): SummonedLegend; /** * Format summoned legend for display */ export declare function formatSummonedLegend(summoned: SummonedLegend): string; export declare const summonLegendTool: { name: string; description: string; inputSchema: { type: "object"; properties: { legend_id: { type: string; description: string; }; context: { type: string; description: string; }; }; required: string[]; }; }; //# sourceMappingURL=summon-legend.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