hub_inbox
Identify current decision items: blocked reports, overdue/unassigned tasks, expired claim locks. Returns empty when none require attention—poll this instead of full status scans.
Instructions
What needs a DECISION right now, distilled from hubd data (not a time window like hub_brief): blocked reports, overdue open tasks, unassigned open tasks, and claim locks whose TTL expired but were never released. Returns {empty:true} when nothing needs attention — poll this instead of re-reading hub_status/hub_brief every cycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | return everything, uncapped. By default long lists are trimmed to fit an agent context and what was left out is reported in `truncated`. | |
| hours | No | window for blocked-report scan, default 72 |