add_note
Add a note to a specific task by providing the note text and optionally the task name, ID, or list ID to identify the target task.
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
| Name | Required | Description | Default |
|---|---|---|---|
| note_text | Yes | ||
| note_title | No | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||