update_focus_item
Set the manual state of a single item in the current focus plan: 'in_progress' (started), 'dropped' (decided not to do it this week), or 'planned' (clear the overlay). NOTE: you can NOT set an item to 'done' here — completion is DERIVED from the linked finding becoming addressed or the intervention closing. To complete a 'tackle' item, ship the fix and call set_intervention (which addresses the finding); to complete a 'check' item, call complete_intervention. Get itemIds from get_focus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | in_progress = started; dropped = retired for this week (kept for the record, excluded from progress); planned = clear the manual overlay. | |
| itemId | Yes | The focus item's id (from get_focus items[].id). | |
| _offset | No | Pagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page. |