create-list
Add a new list to a Trello board by specifying the board ID, list name, and optional position to organize project tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | ID of the board to create the list in | |
| name | Yes | Name of the list | |
| position | No | Position of the list (e.g. "top", "bottom", or a number) |