apps_get
Retrieve a micro-app's manifest and bundle facts (has_workflow, has_prompt, has_thumbnail) by its UUID. The manifest includes input fields with types and defaults for running the app.
Instructions
Get one micro-app's manifest + bundle facts (has_workflow/has_prompt/has_thumbnail) by id. The manifest's appMode.inputs is the app's run form: each input has nodeId, widget, label, kind (text|number|combo|toggle|image|model), optional choices and default. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app's uuid (from apps_list). |