Tembo MCP Server

Official

ask_tembo

Ask a question to Tembo Docs

Input Schema

NameRequiredDescriptionDefault
queryYesThe ask query. For example, "how to create a Tembo instance"

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The ask query. For example, \"how to create a Tembo instance\"", "type": "string" } }, "required": [ "query" ], "type": "object" }