Skip to main content
Glama

create_timesheet

Create new timesheet entries by specifying client, project, category, date, and time range for accurate work hour tracking.

Instructions

Create a new timesheet entry. Requires client, project, category, date, and time range. Returns the created timesheet ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_idYesClient ID (use list_clients to find, e.g., 'SSW')
project_idYesProject ID (use list_projects to find)
category_idYesCategory ID (use list_categories to find, e.g., 'DEV')
dateYesDate of work in YYYY-MM-DD format
start_timeYesStart time in HH:MM format (24-hour)
end_timeYesEnd time in HH:MM format (24-hour)
break_minutesNoBreak time in minutes (default: 0)
location_idNoWork location ID (optional)
billable_idNoBillable category ID (optional)
noteNoDescription of work done (optional)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/calumjs/TimePRO.MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server