add_note
Add notes to Remember The Milk tasks to track details, instructions, or updates. Specify the task by name, ID, or list to attach contextual information.
Instructions
Add a note to a task.
Args: note_text: The note content note_title: Optional title for the note task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: List ID
Returns: Created note details with transaction ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_text | Yes | ||
| note_title | No | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |