Add Todo
todo_addAdd a task to a persistent todo list. Break down multi-step jobs into individual tasks to ensure no step is forgotten.
Instructions
Add a task to the persistent todo list. When given a multi-step job, add each step first, then work through them with todo_done — this keeps you from forgetting steps.
Args:
text (string): The task description.
Returns the new task id.
Example: { "text": "Write tests for the parser" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Task description |