trello_create_checklist
Create a checklist on a Trello card. Optionally copy items from an existing checklist to streamline task management.
Instructions
Create a checklist on a card. Optionally copy items from an existing checklist.
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 to add the checklist to | |
| name | Yes | Name of the checklist | |
| idChecklistSource | No | Optional: ID of a checklist to copy items from | |
| pos | No | Position of the checklist: "top", "bottom", or a positive number |