You're viewing a demo portfolio

Join the waitlist
PRSM

get_app_status

Active

Tool of BorealHost

declared in 1.27.0

Get app installation status and log. Poll this after install_app() to track progress. Requires: API key with read scope. Args: slug: Site identifier app_id: App ID from install_app() response Returns: {"id": "uuid", "app_name": "forge", "status": "running"|"installing"|"failed", "install_log": "..."} Statuses: "installing", "running", "stopped", "failed", "uninstalled"

Parameters schema

{
  "type": "object",
  "title": "get_app_statusArguments",
  "required": [
    "slug",
    "app_id"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "app_id": {
      "type": "string",
      "title": "App Id"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →