update_card
Update existing Trello cards by modifying fields, moving them between lists, or adjusting attributes like name, description, due date, labels, and members.
Instructions
Update an existing card with new properties. Use this tool to modify card details, move it to a different list, or change other attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z), or null to remove | |
| pos | No | Position of the card (top, bottom, or a positive number) | |
| desc | No | New description for the card | |
| name | No | New name for the card | |
| cover | No | Cover settings for the card | |
| start | No | Start date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z), or null to remove | |
| cardId | Yes | ID of the card to update | |
| closed | No | Whether the card is closed (archived) | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| idList | No | ID of the list the card should belong to | |
| address | No | Address for the card | |
| idBoard | No | ID of the board the card should belong to | |
| idLabels | No | IDs of labels to add to the card (replaces existing labels) | |
| idMembers | No | IDs of members to assign to the card (replaces existing members) | |
| subscribed | No | Whether the authenticated user is subscribed to the card | |
| coordinates | No | Coordinates for the card (latitude,longitude) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) | |
| dueComplete | No | Whether the due date is complete | |
| locationName | No | Location name for the card | |
| idAttachmentCover | No | ID of the attachment to use as cover, or null for none |