create_list
Create a new list on a Trello board. Specify the list name and board ID, with optional position and response detail settings.
Instructions
Create a new list on a board. Use this tool when you need to add a new list to a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position of the list (top, bottom, or a positive number) | |
| name | Yes | Name of the list | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| idBoard | Yes | ID of the board the list should belong to | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |