Add a todo
add_todoAdd a task to Signal not Noise — it appears in the user's app. Call this when the user asks to add, capture or remember a task. Destination 'auto' (default) puts it in today's list if there's a free slot, otherwise at the end of the reserve queue; 'today' fails when the day is full; 'reserve' always queues it for an upcoming day. Keep titles short and actionable. Only add completion criteria when the task genuinely has sub-steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional extra context shown under the title | |
| title | Yes | Short, actionable task title | |
| criteria | No | Optional completion criteria (sub-steps ticked off one by one) | |
| destination | No | Where to add it (default: auto) | |
| recurEveryDays | No | Repeat interval in days (1 = daily, 7 = weekly). After completion the item returns to the top of the reserve. Omit for one-off tasks. |