update_activity
Update the comment or tags of an existing time tracking entry without altering its duration. Use this to annotate or re-tag a running, paused, or stopped activity.
Instructions
Update the comment and/or tags of an existing entry (running, paused, or stopped) without changing its tracked time. Use this instead of logging a new entry when the user wants to annotate, describe, or re-tag something already tracked. Get activity_id from get_current_status (active timers) or list_intervals (past entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Full new tag list — replaces existing tags (include current tags to keep them); [] clears them | |
| comment | No | New comment — replaces the existing one; "" clears it | |
| activity_id | Yes | Activity id from get_current_status or list_intervals (internal — never show ids to the user) |