Tembo MCP Server

Official

get_app

Get the attributes of a single App

Input Schema

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