Skip to main content
Glama
tool-schema.json883 B
{ "title": "string", "type": "object", "properties": { "id": { "type": "string", "description": "Eine eindeutige Kennung für das Tool." }, "name": { "type": "string", "description": "Der Name des Tools, der in der Benutzeroberfläche angezeigt wird." }, "description": { "type": "string", "description": "Eine kurze Beschreibung der Funktion des Tools." }, "input_schema": { "type": "object", "description": "Ein JSON-Schema, das die erwarteten Eingabeparameter für das Tool definiert.", "properties": { "type": { "type": "string", "const": "object" }, "properties": { "type": "object" }, "required": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": true } }, "required": ["id", "name", "description", "input_schema"] }

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/LeonNonnast/mcpdevprompts'

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