Create List
create_listAdd a new list to a Trello board. Provide the board ID and list name, and optionally set its position to top, bottom, or a number.
Instructions
Create a new list on a Trello board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position: 'top', 'bottom', or a positive number | |
| name | Yes | Name of the list | |
| idBoard | Yes | The ID of the board |