karea_edit_note
Edit the content of an existing note on a specific task. Provide the task identifier, note UUID, and updated content to modify the note.
Instructions
Edit an existing note on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name, visual ID (C1, T2), or UUID | |
| noteId | Yes | Note UUID (from karea_list_notes) | |
| content | Yes | Updated note content | |
| projectId | No | Project name or ID (needed for visual ID lookup) |