Tools in this category
| Tool | Mutating | Description |
|---|---|---|
list_kanban_boards |
no | List the user’s kanban boards (name, default flag, order, and visible-status whitelist). Boards organize the task board view; manipulate the tasks themselves with the task tools. |
get_kanban_board |
no | Fetch a single kanban board by ID, including its visible-status whitelist. To change which tasks appear, update the tasks’ statuses with update_task. |
list_kanban_boards
Mutating: no
List the user’s kanban boards (name, default flag, order, and visible-status whitelist). Boards organize the task board view; manipulate the tasks themselves with the task tools.
Parameters
No parameters.
get_kanban_board
Mutating: no
Fetch a single kanban board by ID, including its visible-status whitelist. To change which tasks appear, update the tasks’ statuses with update_task.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | Kanban board ID (UUID). |