Annotate Task
task_annotate:
Instructions
Add a timestamped text note to a task. Annotations are short, append-only notes for tracking progress, decisions, or handoff context across sessions. Multiple annotations can be added to the same task. For longer structured content (specs, designs, context docs), use task_doc_write instead. To remove an annotation, use task_denotate with the exact text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID. | |
| text | Yes | Annotation text to add. Stored with a timestamp. Keep concise — use task_doc_write for longer content. |