TEMBO_API_KEY
: Your Tembo API keytest
with the Tembo MCP server running.Tools provided by this MCP Server for Tembo Cloud’s platform API.
Tool | Short Description |
---|---|
ask_tembo | Ask a question to Tembo Docs |
create_instance | Create a new Tembo instance |
delete_instance | Delete an existing Tembo instance |
get_all_apps | Get attributes for all apps |
get_all_instances | Get all Tembo instances in an organization |
get_app | Get the attributes of a single App |
get_instance | Get an existing Tembo instance |
get_instance_schema | Get the json-schema for an instance |
patch_instance | Update attributes on an existing Tembo instance |
restore_instance | Restore a Tembo instance |
ask_tembo
query
(string
): The ask query. E.g., “how to create a Tembo instance”create_instance
cpu
(string
)environment
(string
)instance_name
(string
)memory
(string
)org_id
(string
): Organization ID that owns the Tembo instancestack_type
(string
)storage
(string
)replicas
(integer
, optional)spot
(boolean
, optional)delete_instance
instance_id
(string
): Delete this instance idorg_id
(string
): Organization ID of the instance to deleteget_all_apps
get_all_instances
org_id
(string
): Organization ID for the requestget_app
type
(string
): The app type to get details forget_instance
instance_id
(string
)org_id
(string
): Organization ID that owns the instanceget_instance_schema
patch_instance
instance_id
(string
)org_id
(string
): Organization ID that owns the instancecpu
(string
, optional)environment
(string
, optional)instance_name
(string
, optional)memory
(string
, optional)replicas
(integer
, optional)spot
(boolean
, optional)storage
(string
, optional)restore_instance
instance_name
(string
)org_id
(string
): Organization ID that owns the Tembo instancerestore
(object
)