update_agenda_item
Update an agenda item's status, title, notes, or other fields. Marking as done automatically logs work unless log_on_done is set to false.
Instructions
Update an agenda item: status, estimate, title, etc. Marking done auto-logs work unless log_on_done=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | No | ||
| notes | No | ||
| title | No | ||
| status | No | ||
| project | No | ||
| estimate | No | ||
| log_on_done | No |