list_my_work
List shared work-graph items (lab_work_items) for the operator or coding agent in the current company — the cross-session shared plan. Use when coordinating queued/blocked/in-progress work across sessions, or reconciling a PR stamp (returns thin identity: pr, artifact, card_id, spawn_session_id). Defaults to items you created or are assigned; pass scope="company" for the whole company graph. On FreedomOS company also returns ship_seat[] (open FO product PRs — Quest Work rail) so ship-seat-only rows are visible without switching tools. Cards stay on get_command_center_items (decision cards only, not PR inventory).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50, max 200). | |
| scope | No | mine = items you created or are assigned (default); company = all items in the company. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| status_filter | No | Optional status filter (queued, blocked, claimed, in_progress, gated, published, verified, failed, cancelled). | |
| include_ship_seat | No | Include open FO product ship-seat PRs (default true on FreedomOS company; always false on other tenants). Soft-fails empty without GitHub App. |