add_task
Create new tasks in Remember The Milk with Smart Add syntax for due dates, priorities, tags, locations, time estimates, and repeat patterns.
Instructions
Add a new task.
Supports Smart Add syntax when parse=True: - ^date for due date (^tomorrow, ^next friday) - !priority (!1, !2, !3) - #tag for tags (#work, #urgent) - @location - =time estimate (=30min, =1h) - *repeat pattern (*daily, *weekly)
Args: name: Task name (with optional Smart Add syntax) list_name: List to add to (uses default list if not specified) parse: Parse Smart Add syntax (default: True)
Returns: Created task details with transaction ID for undo
Examples: - add_task("Buy groceries") - add_task("Call mom ^tomorrow !1 #family") - add_task("Weekly review *weekly ^monday", list_name="Work")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| list_name | No | ||
| parse | No |