Worksnaps
Worksnaps

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

Completely Secure
123639VIEWS
2643USERS

Tools

1 of 3

Create Project

Creates a new project in Worksnaps for tracking time and tasks. Use this tool when you need to set up a new project for time tracking. Projects serve as containers for tasks and time entries. Each project must have a unique name within the account. Note: Account plan limits may restrict the number of projects that can be created.

Create Task

Tool to create a new task in a specified project. Use after confirming project ID exists.

Delete Task

Permanently deletes a task from a Worksnaps project. This action is destructive and cannot be undone. Use GET_TASKS first to find the task_id, and GET_PROJECTS to find the project_id. Returns success=true if the task was deleted. Returns 404 error if project or task does not exist.

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

Retrieves time entries for a specific project using the Worksnaps Time Entries API. Returns individual time tracking records showing when users worked on the project. Use this to get detailed time tracking data for a project within a timestamp range. Timestamps must be Unix timestamps at 10-minute interval boundaries.

Get Projects

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