Skip to main content

Droost: Update Status

droost_update_status Read-only

Module: Droost core

Available updates and security releases for core and contrib — the maintenance snapshot. Run it at session start on any site you did not build this week.

Example call
{
    "tool": "droost_update_status",
    "arguments": {}
}
Example response — captured live on this site
{
    "success": true,
    "message": "No pending database updates.",
    "data": {
        "has_pending": false,
        "db_updates": [],
        "post_updates": []
    }
}

Lists pending database updates (hook_update_N) and pending post-update functions across enabled modules — the "do I need to run drush updatedb" signal. Local only; no network. Read-only.

Input schema (JSON Schema)
{
    "type": "object"
}