update_card_details
Modify card details on Trello, including name, description, due date, and labels, using the card ID for precise updates. Simplifies card management without manual intervention.
Instructions
Update an existing card's details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cardId | Yes | ID of the card to update | |
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 | |
name | No | New name for the card |