Tembo MCP Server

Official

get_instance

Get an existing Tembo instance

Input Schema

NameRequiredDescriptionDefault
instance_idYes
org_idYesOrganization ID that owns the instance

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "type": "string" }, "org_id": { "description": "Organization ID that owns the instance", "type": "string" } }, "required": [ "org_id", "instance_id" ], "type": "object" }