Delimit Os Status
delimit_os_statusGet an overall platform snapshot with plan, task, and token counts. Use at session start or in a status dashboard to see active plans and next steps that require attention.
Instructions
Report overall Delimit platform status (plans, tasks, tokens) (Pro).
When to use: at session start or in a status dashboard, to read aggregate OS-level counts and active plan IDs. When NOT to use: for governance health (use delimit_gov_health) or per-plan gates (use delimit_os_gates).
Sibling contrast: delimit_gov_health reports governance engine; delimit_os_gates reports a specific plan's gate state; this reports overall OS counts.
Side effects: read-only on the OS backend; gated by require_premium. Calls backends.os_bridge.get_status.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Args: None.
Returns: Dict with plan/task/token counts and next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||