get_all_instances
Retrieve all Tembo instances within an organization by providing the org_id, enabling efficient management of cloud resources through the Tembo MCP Server.
Instructions
Get all Tembo instances in an organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
org_id | Yes | Organization id for the request |
Input Schema (JSON Schema)
{
"properties": {
"org_id": {
"description": "Organization id for the request",
"type": "string"
}
},
"required": [
"org_id"
],
"type": "object"
}