update_task
Modify existing task details including status, title, description, and priority in the Dart MCP Server's task management system.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duid | Yes | DUID of the task to update | |
| status_duid | No | New status DUID | |
| title | No | New title for the task | |
| description | No | New description for the task | |
| priority | No | New priority for the task |