Productivity11 toolsPaste one API key
Kanban Tool integration for AI agents
Kanban Tool is a visual project and task management platform for organizing boards, workflows, tasks, collaboration, and time tracking.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Kanban Tool once and call the same tools from all of them.
Setup
Connect Kanban Tool through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Kanban Tool exposes 11 tools through ClawLink. The 10 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
kanban_tool_get_board | Fetch a board's workflow configuration and collaborators without loading its full active task | Read |
kanban_tool_get_task | Fetch a task with its comments, subtasks, attachments, changelog, dependencies, and time | Read |
kanban_tool_list_boards | List boards available to the connected Kanban Tool user, including each board's permissions and | Read |
kanban_tool_search_tasks | Search visible tasks with Kanban Tool query syntax and return one page plus a continuation | Read |
kanban_tool_add_comment | Add a text comment to a task | Write |
kanban_tool_create_subtask | Create a subtask under an existing task or create it unattached for later use, with optional | Write |
kanban_tool_create_task | Create a task on a board with optional workflow placement, assignment, estimates, due dates | Write |
kanban_tool_update_subtask | Update a subtask's name, assignee, or completion state | Write |
kanban_tool_update_task | Update a task's content, placement, assignment, estimates, dates, tags, or external references | Write |
kanban_tool_change_task_lifecycle | Archive, unarchive, soft-delete, or restore a task | Read |