update_task
Update allowed task fields with optional version check to prevent overwrites. Uses input validation and parameterized queries for security.
Instructions
Update only allowlisted task fields, optionally checking the observed version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| status | No | ||
| task_id | Yes | ||
| due_date | No | ||
| description | No | ||
| expected_updated_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||