trello_update_task
Update existing Trello tasks by changing title, description, status, priority, or due date, and move tasks between lists.
Instructions
Update an existing task with new information or move it to a different list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | The ID of the card to update | |
| title | No | New title for the task | |
| description | No | Updated description | |
| status | No | New status (maps to Trello lists) | |
| priority | No | Updated priority level | |
| dueDate | No | Updated due date in ISO format |