Tembo MCP Server

Official

get_all_instances

Get all Tembo instances in an organization

Input Schema

NameRequiredDescriptionDefault
org_idYesOrganization id for the request

Input Schema (JSON Schema)

{ "properties": { "org_id": { "description": "Organization id for the request", "type": "string" } }, "required": [ "org_id" ], "type": "object" }