update_task_details
update_task_detailsModify the title or description of an existing task by providing the task ID. At least one field (title or description) must be supplied.
Instructions
Update the title (name) and/or description of an existing task. At least one field must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to update (required) | |
| title | No | New title/name for the task (optional, but cannot be empty if provided) | |
| description | No | New description for the task (optional, use empty string to clear description) |