Skip to main content
Glama

Tembo MCP Server

Official
by tembo-io

get_instance

Retrieve a specific Tembo Cloud instance by providing the organization ID and instance ID, enabling users to manage Tembo resources efficiently.

Instructions

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" }

Other Tools from Tembo MCP Server

Related Tools

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/tembo-io/mcp-server-tembo'

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