get_app_status
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries