We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yigitkonur/research-powerpack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
definitions.ts•512 B
/**
* MCP Tool Definitions
* Generated from YAML configuration for consistency
*/
import { generateMcpTools } from '../config/loader.js';
/**
* TOOLS array is now loaded from src/config/yaml/tools.yaml
* This provides a single source of truth for all tool metadata
*
* Benefits:
* - Descriptions defined once in YAML
* - Easy to update without touching TypeScript
* - Consistent format across all tools
* - Validation rules co-located with descriptions
*/
export const TOOLS = generateMcpTools();