← Back to registry

TOOL · review_all_apps_status

No description provided.

Canonical Definition

{
  "function": {
    "description": "Review the live status of all canonical runtime apps using the canonical registry, PM2 process state, and smoke tests. Use this for operator requests like 'review the status of all apps' or 'status of all apps'.",
    "name": "review_all_apps_status",
    "parameters": {
      "properties": {
        "timeout_seconds": {
          "description": "Timeout for smoke checks in seconds. Defaults to 10.",
          "type": "integer"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "metadata": {
    "artifact_type": "tool",
    "consumers": [
      "all"
    ],
    "execution_kind": "direct_rust",
    "owner_app": "os-v3",
    "promotion_reason": "Canonical app status review is foundational operational functionality shared by Ava, Hera, and human operators.",
    "scope": "global",
    "version": "1.0.0"
  },
  "type": "function"
}