Skip to main content
Glama
capacity-tools.d.ts601 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { AuthMethod } from './auth-client.js'; export declare function registerCapacityTools(server: McpServer, authConfig: { defaultWorkspaceId?: string; method: AuthMethod; }, executeApiCall: <T>(bearerToken: string | undefined, workspaceId: string, operation: string, apiCall: (_client: any) => Promise<{ status: 'success' | 'error'; data?: T; error?: string; }>, simulationParams?: Record<string, unknown>) => Promise<{ status: 'success' | 'error'; data?: T; error?: string; }>): void;

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/santhoshravindran7/Fabric-Analytics-MCP'

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