Productivity18 toolsPaste one API key
Dart integration for AI agents
Task management and project planning with AI assistance
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Dart once and call the same tools from all of them.
Setup
Connect Dart through ClawLink's hosted setup to manage tasks and projects with AI assistance.
- 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
Dart exposes 18 tools through ClawLink. The 16 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
dart_get_config | Retrieve workspace configuration including dartboards, folders, types, statuses, and more | Read |
dart_get_doc | Retrieve an existing doc with metadata and content | Read |
dart_get_task | Retrieve an existing task with full details including title, dartboard, status, and description | Read |
dart_list_comments | List comments for a task with filtering options | Read |
dart_list_docs | List docs with filtering and search capabilities | Read |
dart_list_help_center_articles | Search help center articles by semantic similarity to query | Read |
dart_list_tasks | List tasks with powerful filtering options | Read |
dart_retrieve_skill_by_title | Retrieve a skill by its exact title from the workspace | Read |
dart_add_task_attachment_from_url | Attach a file from a provided URL to a task | Write |
dart_add_task_comment | Create a new comment on a DART task | Write |
dart_add_task_time_tracking | Add a time tracking entry to a DART task | Write |
dart_create_doc | Create a new doc in Dart | Write |
dart_create_task | Create a new task in DART with title and optional metadata | Write |
dart_move_task | Move a task to a specific position within its dartboard | Write |
dart_update_doc | Update an existing doc in Dart | Write |
dart_update_task | Update an existing task in DART with new properties | Write |