kanbn_rename_task
Rename a task on a Kanbn board by providing its ID and a new name, with optional column move.
Instructions
Rename an existing task on the Kanbn board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the project root directory | |
| column | No | Optional column to move the task into after renaming | |
| taskId | Yes | ID or filename of the task to rename | |
| newName | Yes | New task title | |
| position | No | Optional position within the target column |