update_card_details
Update a Trello card's name, description, due date, and labels using its card ID and optional board ID.
Instructions
Update an existing card's details on a specific board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | ID of the Trello board (uses default if not provided) | |
| cardId | Yes | ID of the card to update | |
| name | No | New name for the card | |
| description | No | New description for the card | |
| dueDate | No | New due date for the card (ISO 8601 format) | |
| labels | No | New array of label IDs for the card |