add_task
Add a new task to a specific column in an Obsidian Kanban board, including detailed metadata like descriptions, labels, and acceptance criteria.
Instructions
Add a new task to a specific column in a Kanban board
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_name | No | Optional if OBSIDIAN_BOARD_NAME env var is set. | |
| column_name | Yes | ||
| task_text | Yes | ||
| description | No | Longer description of the task (multiline supported) | |
| labels | No | List of tags/labels (e.g. ['urgent', 'bug']) | |
| acceptance_criteria | No | List of acceptance criteria checklist items | |
| create_note | No | If true (default), creates a new Markdown note for the task with the description, labels, and criteria, and links it on the board. |