get_command_center_items
List Command Center cards for the company (pending by default; pass status_filter for approved/denied/snoozed/all). Returns decisions AND first-class update/report cards (Call minutes, reports) — they are pinned onto the pending page and counted in type_counts. Pass q= to find a named title (e.g. "call minutes") across rank/limit. Also: source agent, priority, age, task type, approval_status, available_actions, resolution_progress, content PREVIEW only — use get_command_center_item with an id for full content. Pending mode ranks most-actionable first and names featured; other status filters (including 'all') are chronological oldest-first unless q= is set (then newest matches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Case-insensitive title search (min 2 chars). Use when the operator names a card ("call minutes", a company). Finds update/report cards that ranking would otherwise bury. | |
| limit | No | Max items to return (default: 25) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| task_type | No | Optional type filter (update, report, decision, alert, …). Use when they ask only for minutes or only for decisions. | |
| status_filter | No | Filter by status. Default: "pending". Options: pending, approved, denied, snoozed, all |