Skip to main content
Glama
Tool.ts398 B
export interface Tool { name: string; description: string; parameters: ToolParameter[]; execute(args: any): Promise<ToolResult>; } export interface ToolParameter { name: string; type: 'string' | 'number' | 'boolean' | 'array' | 'object'; description: string; required: boolean; default?: any; } export interface ToolResult { success: boolean; data?: any; error?: string; }

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/Nom-nom-hub/fullstack-mcp'

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