get_task_notes
Retrieve all notes associated with a specific task in Remember The Milk using task name, ID, series ID, or list ID to access contextual information and details.
Instructions
Get all notes for a task.
Args: task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: List ID
Returns: List of notes for the task
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |