Add Checklist Item
add_checklist_itemAdd new items to an existing Trello checklist by providing the checklist ID and item name. Set position or checked status to manage tasks efficiently.
Instructions
Add an item to an existing checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position of the item | |
| name | Yes | Name/text of the checklist item | |
| checked | No | Whether the item starts checked (default: false) | |
| checklistId | Yes | The ID of the checklist |