bernstein_status
Check orchestrator liveness, task counts, and cost in one read. Optionally append tasks filtered by status.
Instructions
Liveness, task counts, cost, and an optional filtered task list.
One read answers the whole "how is the server doing" question: the
tool responding at all is the MCP liveness check, counts carries
the task totals, cost the USD spend, and passing status
appends the matching tasks. detail switches the per-role and
per-task rows from compact to full.
Args:
status: Optional task filter - open, claimed, in_progress, done,
failed, blocked, or cancelled. When set, the matching tasks
are included under tasks.
detail: Include the full per-role breakdown and, with status,
the full task rows instead of compact ones.
Returns:
JSON with live, counts, cost, and optionally
per_role / status_filter / tasks. A task-server
outage still answers with live: true plus an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meter | Yes | ||
| result | Yes |