move_task
Move tasks between columns in Obsidian Kanban boards to update workflow status and organize project progress.
Instructions
Move a task from one column to another
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_name | No | Optional if OBSIDIAN_BOARD_NAME env var is set. | |
| task_text | Yes | ||
| from_column | Yes | ||
| to_column | Yes |