update_list_position
Reorder lists on a board by setting a list's position to top, bottom, or a numeric value using its ID.
Instructions
Update the position of a list on a board. Use this tool to reorder lists on a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| position | Yes | New position for the list (top, bottom, or a positive number) | |
| 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) |