Kanban Tool

Kanban Tool is a visual project and task management platform for organizing boards, workflows, tasks, collaboration, and time tracking.

11 actions Integration catalog
Request access
Connect Kanban Tool once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add commentKANBAN_TOOL_ADD_COMMENT
Add a text comment to a task.
Change task lifecycleKANBAN_TOOL_CHANGE_TASK_LIFECYCLE
Archive, unarchive, soft-delete, or restore a task. Treat this as destructive because soft-delete hides the task from active workflows, although restore can reverse it.
Create subtaskKANBAN_TOOL_CREATE_SUBTASK
Create a subtask under an existing task or create it unattached for later use, with optional assignment and completion state.
Create taskKANBAN_TOOL_CREATE_TASK
Create a task on a board with optional workflow placement, assignment, estimates, due dates, tags, external references, and previously created unattached subtasks.
Delete subtaskKANBAN_TOOL_DELETE_SUBTASK
Soft-delete a subtask and return its tombstone.
Get boardKANBAN_TOOL_GET_BOARD
Fetch a board's workflow configuration and collaborators without loading its full active task collection.
Get taskKANBAN_TOOL_GET_TASK
Fetch a task with its comments, subtasks, attachments, changelog, dependencies, and time trackers. A deleted task is returned as a tombstone with deleted_at set.
List boardsKANBAN_TOOL_LIST_BOARDS
List boards available to the connected Kanban Tool user, including each board's permissions and account feature/tier context.
Search tasksKANBAN_TOOL_SEARCH_TASKS
Search visible tasks with Kanban Tool query syntax and return one page plus a continuation cursor. Supports board filtering and archived tasks.
Update subtaskKANBAN_TOOL_UPDATE_SUBTASK
Update a subtask's name, assignee, or completion state.
Update taskKANBAN_TOOL_UPDATE_TASK
Update a task's content, placement, assignment, estimates, dates, tags, or external references. Use CHANGE_TASK_LIFECYCLE to archive, delete, or restore it.