Skip to main content
Glama
tool.ts254 B
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; import { ZodRawShape } from "zod"; export interface ITool { name: string; description: string; parameters: ZodRawShape; fn: (params: ZodRawShape) => Promise<CallToolResult>; }

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/bbangjooo/mcp-installer'

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