Productivity14 toolsPaste one API key
Worksnaps integration for AI agents
Worksnaps is a time-tracking service designed for remote work that offers detailed project and user activity insights.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Worksnaps once and call the same tools from all of them.
Setup
Connect Worksnaps 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
Worksnaps exposes 14 tools through ClawLink. The 13 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
worksnaps_get_project_details | Retrieve details of a specific project | Read |
worksnaps_get_project_report | Retrieves time entries for a specific project using the Worksnaps Time Entries API | Read |
worksnaps_get_projects | Retrieve a paginated list of projects | Read |
worksnaps_get_task_details | Retrieve details of a specific task within a project | Read |
worksnaps_get_tasks | Retrieve tasks for a specific project | Read |
worksnaps_get_user_account | Retrieve information about a specific user account | Read |
worksnaps_get_user_assignments | Retrieve a list of all user assignments for a specific project | Read |
worksnaps_get_users | Retrieves a list of all users in the Worksnaps account | Read |
worksnaps_create_project | Creates a new project in Worksnaps for tracking time and tasks | Write |
worksnaps_create_task | Create a new task in a specified project | Write |
worksnaps_put_update_project | Update an existing project | Read |
worksnaps_put_update_task | Update details of an existing task | Read |
worksnaps_put_update_user_account | Update information for a specific user account | Read |