Skip to main content
Glama
index.ts978 B
// MCP Tools - Export all tools and handlers 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'; // All tool definitions for registration import { listLegendsTool } from './list-legends.js'; import { summonLegendTool } from './summon-legend.js'; import { getLegendContextTool } from './get-legend-context.js'; import { getLegendInsightTool } from './get-legend-insight.js'; import { searchLegendsTool } from './search-legends.js'; export const allTools = [ listLegendsTool, summonLegendTool, getLegendContextTool, getLegendInsightTool, searchLegendsTool, ];

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