trello_create_list
Create a new list on a Trello board to add 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 |
|---|---|---|---|
| pos | No | Position of the list in the board: "top", "bottom", or specific number | bottom |
| name | Yes | Name of the new list (e.g., "To Do", "In Progress", "Done") | |
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| idBoard | Yes | ID of the board where the list will be created (you can get this from list_boards) |