Worksnaps

Worksnaps

Worksnaps is a time-tracking service designed for remote work that offers detailed project and user activity insights.

8VIEWS
2483USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app worksnapsnpx @composio/cli add cursor --app worksnapsnpx @composio/cli add cursor --app worksnapsnpx @composio/cli add cursor --app worksnaps

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Project

Tool to create a new project in worksnaps. use after gathering project details before logging time.

Create Task

Tool to create a new task in a specified project. use after confirming project id exists.

Delete Task

Tool to delete a task from a project. use when you need to remove a task by its id after confirming the project context.

Get Project Details

Tool to retrieve details of a specific project. use when you have a project id and need its details.

Get Project Report

Tool to retrieve a project's time tracking report. use when you need summary of logged time per day for a project within an optional date range.

Get Projects

Tool to retrieve a paginated list of projects. use after authenticating to list accessible projects.

Get Task Details

Tool to retrieve details of a specific task within a project. use after confirming project id and task id.

Get Project Tasks

Tool to retrieve tasks for a specific project. use when you have a project id and need its tasks. example: 'get tasks for project 42'.

Get User Account

Tool to retrieve information about a specific user account. use after confirming the user id.

Get User Assignments

Tool to retrieve a list of all user assignments for the authenticated user. use after authenticating to see which projects you're assigned to.

Get Users

Tool to retrieve a list of all users. use when you need to fetch all users in the worksnaps account.

Update Project

Tool to update an existing project. use when you have project id and fields to modify.

Update Task

Tool to update details of an existing task. use when you have project id, task id, and fields to update.

Update User Account

Tool to update information for a specific user account. use when modifying user details after confirming the user exists.

14 actions available