Skip to main content
Glama
index.ts720 B
/** * Tools Index - Simplified MCP tool exports * * PURPOSE: Centralized tool registry for enterprise-level tool management * EXPANSION: Dynamic tool registration, plugin architecture, tool versioning * PERFORMANCE: Lazy loading, intelligent caching, tool orchestration * INTEGRATION: Seamless integration with MCP server and client applications */ // Import individual tools import { naturalLanguageQueryTool } from './natural_language_query'; import { workloadAnalysisTool } from './workload_analysis'; import { riskAssessmentTool } from './risk_assessment'; // EXPANSION: Consolidated tool registry for MCP server export const mcpTools = [naturalLanguageQueryTool, workloadAnalysisTool, riskAssessmentTool];

Implementation Reference

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/jatinderbhola/mcp-taskflow-tracker-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server