move_column
Rearrange columns on a board by moving a column to a specified position. Use column name or ID and provide the new position index.
Instructions
Move a column to a new position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | Board ID or name (required for name lookup) | |
| column | Yes | Column ID or name | |
| position | Yes | New position index (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||