get_board
Retrieve the entire kanban board with tasks grouped by status columns: backlog, in progress, testing, and done. Use this to render or summarize the board.
Instructions
Get the whole kanban board: unarchived tasks grouped by column.
Always returns all four columns in board order — backlog, in_progress, testing, done — even when empty:
{"columns": [{"status": "backlog", "tasks": [...]}, ...]}Use this to render or summarize the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||