trello_create_list
Add a new list to a Trello board by specifying its name, board ID, and optional position to organize tasks and workflows.
Instructions
Create a new list on a board
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the list | |
| board_id | Yes | The ID of the board | |
| pos | No | The position of the list (top, bottom, or number) |