update_task
Modify Nextcloud tasks by updating summary, status, or completion percentage. Mark tasks as completed to keep to-do lists accurate.
Instructions
Update an existing task (mark as complete, change summary, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | No | List the task lives in (required if not in personal list) | |
| status | No | New status (optional) | |
| taskId | Yes | Task UID | |
| summary | No | New title (optional) | |
| percentComplete | No | Completion 0-100 (optional) |