create_checkitem
Create a new item on a Trello checklist, with support for setting due date, position, member assignment, and checked status. Use it to add tasks or subtasks directly to a checklist.
Instructions
Create a new checkitem on a checklist. Use this tool to add a new item to a checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date for the checkitem (ISO-8601 format, e.g., 2023-12-31T12:00:00Z) | |
| pos | No | Position of the checkitem (top, bottom, or a positive number) | |
| name | Yes | Name of the checkitem | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| checked | No | Whether the checkitem is checked | |
| memberId | No | ID of the member assigned to 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) |