Productivity16 toolsPaste one API key
Checkvist integration for AI agents
Checkvist beta PRO MCP lets AI assistants manage hierarchical lists, tasks, tags, due dates, and assignees, and read task notes.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Checkvist once and call the same tools from all of them.
Setup
Connect Checkvist 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
Checkvist exposes 16 tools through ClawLink. The 14 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
checkvist_get_checklist | Get one Checkvist checklist's metadata by ID | Read |
checkvist_get_task_tree | Read one Checkvist task and its subtasks as a markdown outline, optionally including closed | Read |
checkvist_get_tasks_outline | Read a checklist as a recommended markdown task outline, with controls for closed tasks, depth | Read |
checkvist_get_tasks_page | Read one explicit 1-based page of a large Checkvist checklist | Read |
checkvist_list_checklists | List checklists available to the authenticated Checkvist user, optionally including archived | Read |
checkvist_search_tasks | Search tasks across the user's Checkvist checklists using words and operators for due date (^ | Read |
checkvist_create_checklist | Create a Checkvist checklist with a name and optional visibility and tags | Write |
checkvist_create_task | Create a task in a checklist, optionally under a parent and with tags, smart-syntax due date | Write |
checkvist_import_tasks | Create multiple hierarchical tasks from Checkvist indented text | Read |
checkvist_set_task_status | Set a task's status to closed, reopened, or invalidated using Checkvist's dedicated status | Write |
checkvist_update_task_tags | Add and remove task tags without replacing the complete tag set | Write |
checkvist_replace_tasks | Delete every existing task in a checklist, then replace the hierarchy from Checkvist indented | Read |
checkvist_update_checklist | Update an existing checklist's name, visibility, or complete tag set | Write |
checkvist_update_task | Update task content, hierarchy, replacement tags, due date, position, priority, assignees, or | Write |