get_app
Retrieve detailed attributes of a specific app type by specifying its category, enabling streamlined management of Tembo Cloud resources through the MCP server.
Instructions
Get the attributes of a single App
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | Yes | The app type to get details for |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"description": "The app type to get details for",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}