Worksnaps
Overview
SLUG: WORKSNAPS
Description
Worksnaps is a time-tracking service designed for remote work that offers detailed project and user activity insights.
Authentication Details
API Key
Connecting to Worksnaps
Create an auth config
Use the dashboard to create an auth config for the Worksnaps toolkit. This allows you to connect multiple Worksnaps accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Worksnaps Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Worksnaps toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
WORKSNAPS_CREATE_PROJECT
Tool Name: Create Project
Description
Action Parameters
Action Response
WORKSNAPS_CREATE_TASK
Tool Name: Create task
Description
Action Parameters
Action Response
WORKSNAPS_DELETE_TASK
Tool Name: Delete Task
Description
Action Parameters
Action Response
WORKSNAPS_GET_PROJECT_DETAILS
Tool Name: Get Project Details
Description
Action Parameters
Action Response
WORKSNAPS_GET_PROJECT_REPORT
Tool Name: Get Project Report
Description
Action Parameters
Action Response
WORKSNAPS_GET_PROJECTS
Tool Name: Get Projects
Description
Action Parameters
Action Response
WORKSNAPS_GET_TASK_DETAILS
Tool Name: Get Task Details
Description
Action Parameters
Action Response
WORKSNAPS_GET_TASKS
Tool Name: Get Project Tasks
Description
Action Parameters
Action Response
WORKSNAPS_GET_USER_ACCOUNT
Tool Name: Get User Account
Description
Action Parameters
Action Response
WORKSNAPS_GET_USER_ASSIGNMENTS
Tool Name: Get User Assignments
Description
Action Parameters
Action Response
WORKSNAPS_GET_USERS
Tool Name: Get Users
Description
Action Parameters
Action Response
WORKSNAPS_PUT_UPDATE_PROJECT
Tool Name: Update Project
Description
Action Parameters
Action Response
WORKSNAPS_PUT_UPDATE_TASK
Tool Name: Update Task
Description
Action Parameters
Action Response
WORKSNAPS_PUT_UPDATE_USER_ACCOUNT
Tool Name: Update User Account
Description
Action Parameters
Action Response