update_task_notes
Update a task's notes with new markdown content. Provide the task ID and the desired content to replace existing notes.
Instructions
Update notes for a task.
Args: task_id: ID of the task content: New notes content (markdown)
Returns: Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||