Skip to main content
Glama

MCP360 Universal Gateway

Official
by mcp360
execute.d.ts•605 B
import { z } from 'zod'; import { GatewayClient } from '../gateway/client.js'; export declare const executeTool: { name: string; description: string; inputSchema: z.ZodObject<{ tool_name: z.ZodString; arguments: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>; }, "strip", z.ZodTypeAny, { tool_name: string; arguments?: Record<string, any> | undefined; }, { tool_name: string; arguments?: Record<string, any> | undefined; }>; handler: (args: any, client: GatewayClient) => Promise<any>; }; //# sourceMappingURL=execute.d.ts.map

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/mcp360/mcp360-mcp'

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