create_checklist
Create a checklist on a Trello card to manage subtasks. Choose its position, copy from an existing checklist, and control response detail.
Instructions
Create a new checklist on a card. Use this tool when you need to add a new checklist to a card for tracking subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position of the checklist (top, bottom, or a positive number) | |
| name | Yes | Name of the checklist | |
| 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') | |
| 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) | |
| idChecklistSource | No | ID of a checklist to copy from |