update_checkitem_state_on_card
Update the state of a checkitem on a Trello card to complete or incomplete, enabling you to track checklist progress.
Instructions
Update a checkitem's state on a card. Use this tool to mark a checkitem as complete or incomplete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | New state for the checkitem | |
| cardId | Yes | ID of the card | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| checkItemId | Yes | ID of the checkitem | |
| 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) |