List Apps & Available Updates
truenas_list_appsList installed TrueNAS apps and identify which have available updates, including running state, version, and Docker backend status.
Instructions
List installed TrueNAS apps (the Docker-based Apps catalog, 24.10+) with their running state, current version, and — the key part — whether an app or catalog update is available (upgrade_available / image_updates_available). Also reports the Docker backend's status. This is the app-level counterpart to truenas_check_updates, which only covers the base OS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown = compact human-readable summary; json = full structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | Yes | ||
| count | Yes | ||
| docker_status | Yes | ||
| upgrades_available | Yes |