kanbn_move_simple_task_to_board
Move a simple task to another board by providing the target board's slug and optional column and position settings.
Instructions
Move a simple task onto another board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| input | Yes | Title to match | |
| column | No | Column on the target board (defaults to its first column) | |
| position | No | Position within the target column | |
| targetSlug | Yes | Board slug to move the simple task to |