Skip to main content
Glama
tool.ts348 B
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; import { JsonSchema7Type } from 'zod-to-json-schema'; export type ToolSchema = { name: string; description: string; inputSchema: JsonSchema7Type; }; export type Tool = { schema: ToolSchema; handle: (params?: Record<string, any>) => Promise<CallToolResult | null>; };

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/brianstone/jira-mcp-server'

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