Create a list
create_listAdd a new list to a Trello board by providing a name and optionally setting its position.
Instructions
Create a new list on a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position: "top", "bottom", or a positive number | |
| name | Yes | List name | |
| idBoard | No | Board id the list belongs to (defaults to TRELLO_BOARD_ID if set) |