Skip to main content
Glama
room.d.ts4.17 kB
export declare const roomTools: ({ name: string; description: string; inputSchema: { type: "object"; properties: { x: { type: string; description: string; }; y: { type: string; description: string; }; width: { type: string; description: string; }; depth: { type: string; description: string; }; name: { type: string; description: string; }; level: { type: string; description: string; }; points?: undefined; id?: undefined; }; required: string[]; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { points: { type: string; description: string; items: { type: string; items: { type: string; }; minItems: number; maxItems: number; }; minItems: number; }; name: { type: string; description: string; }; level: { type: string; description: string; }; x?: undefined; y?: undefined; width?: undefined; depth?: undefined; id?: undefined; }; required: string[]; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { level: { type: string; description: string; }; x?: undefined; y?: undefined; width?: undefined; depth?: undefined; name?: undefined; points?: undefined; id?: undefined; }; required?: undefined; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { id: { type: string; description: string; }; name: { type: string; description: string; }; x: { type: string; description: string; }; y: { type: string; description: string; }; width: { type: string; description: string; }; depth: { type: string; description: string; }; level?: undefined; points?: undefined; }; required: string[]; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; }; } | { name: string; description: string; inputSchema: { type: "object"; properties: { id: { type: string; description: string; }; x?: undefined; y?: undefined; width?: undefined; depth?: undefined; name?: undefined; level?: undefined; points?: undefined; }; required: string[]; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; }; })[]; export declare function handleRoomTool(name: string, args: Record<string, unknown>): Promise<{ content: Array<{ type: string; text: string; }>; isError?: boolean; }>;

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/using76/BULC_MCP'

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