update_card
Modify an existing Trello card's details such as name, description, due date, or status. Adjust card position, list assignment, or archive state to keep your board accurate.
Instructions
Update properties of an existing Trello card. Use this to change card details like name, description, due date, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Set due date (ISO 8601 format) or null to remove due date | |
| pos | No | Change position in the list: "top", "bottom", or specific number | |
| desc | No | New description for the card | |
| name | No | New name/title for the card | |
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| cardId | Yes | ID of the card to update (you can get this from board details or card searches) | |
| closed | No | Set to true to archive the card, false to unarchive | |
| idList | No | Move card to a different list by providing the list ID | |
| dueComplete | No | Mark the due date as complete (true) or incomplete (false) |