update_list
Update an existing Trello list by changing its name, position, closed state, board, or subscription settings.
Instructions
Update an existing list with new properties. Use this tool to modify list details or settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position of the list (top, bottom, or a positive number) | |
| name | No | New name for the list | |
| closed | No | Whether the list is closed (archived) | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| listId | Yes | ID of the list to update | |
| idBoard | No | ID of the board the list should belong to | |
| subscribed | No | Whether the authenticated user is subscribed to the list | |
| 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) |