update_checkitem
Update a checkitem's name, state, position, due date, or assigned member directly on a Trello checklist.
Instructions
Update a checkitem on a checklist. Use this tool to modify a checkitem's name, state, position, due date, or assigned member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | New due date for the checkitem (ISO-8601 format, e.g., 2023-12-31T12:00:00Z), or null to remove | |
| pos | No | New position for the checkitem (top, bottom, or a positive number) | |
| name | No | New name for the checkitem | |
| state | No | New state for the checkitem | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| idMember | No | ID of the member to assign to the checkitem, or null to remove | |
| checkItemId | Yes | ID of the checkitem | |
| checklistId | Yes | ID of the checklist | |
| 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) |