trello_update_check_item
Update a check item's name, state (check/uncheck), position, due date, or assigned member. Use state to mark complete or incomplete.
Instructions
Update a check item on a card (name, state, position, due date, member). Use state to check/uncheck items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID of the card the check item belongs to | |
| checkItemId | Yes | ID of the check item to update | |
| name | No | New name for the check item | |
| state | No | Set to "complete" to check or "incomplete" to uncheck | |
| pos | No | New position | |
| due | No | Due date (ISO 8601) or null to remove | |
| idMember | No | Member ID to assign or null to unassign |