Skip to main content
Glama

Tembo MCP Server

Official
by tembo-io

patch_instance

Modify attributes of a Tembo instance, such as CPU, memory, storage, environment, replicas, or spot settings, using organization and instance IDs for precise updates.

Instructions

Update attributes on an existing Tembo instance

Input Schema

NameRequiredDescriptionDefault
cpuNo
environmentNo
instance_idYes
instance_nameNo
memoryNo
org_idYesOrganization ID that owns the instance
replicasNo
spotNo
storageNo

Input Schema (JSON Schema)

{ "properties": { "cpu": { "enum": [ "0.25", "0.5", "1", "2", "4", "6", "8", "12", "16", "32" ], "type": "string" }, "environment": { "enum": [ "dev", "test", "prod" ], "type": "string" }, "instance_id": { "type": "string" }, "instance_name": { "type": "string" }, "memory": { "enum": [ "512Mi", "1Gi", "2Gi", "4Gi", "8Gi", "12Gi", "16Gi", "24Gi", "32Gi", "64Gi" ], "type": "string" }, "org_id": { "description": "Organization ID that owns the instance", "type": "string" }, "replicas": { "type": "integer" }, "spot": { "type": "boolean" }, "storage": { "enum": [ "10Gi", "50Gi", "100Gi", "200Gi", "300Gi", "400Gi", "500Gi", "1Ti", "1.5Ti", "2Ti" ], "type": "string" } }, "required": [ "org_id", "instance_id" ], "type": "object" }

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