trello_create_list
Add a new list to a Trello board to organize tasks into workflow columns such as To Do, In Progress, or Done.
Instructions
Create a new list in a Trello board. Use this to add workflow columns like "To Do", "In Progress", or "Done".
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) | |
| name | Yes | Name of the new list (e.g., "To Do", "In Progress", "Done") | |
| idBoard | Yes | ID or URL of the board where the list will be created (e.g. "abc123" or "https://trello.com/b/abc123/board-name") | |
| pos | No | Position of the list in the board: "top", "bottom", or specific number | bottom |