Skip to main content
Glama

Harvest MCP Server

harvest_update_time_entry

Modify an existing time entry in Harvest by updating project, task, date, hours, or notes to correct or adjust recorded work time.

Instructions

Update an existing time entry. Use about {"tool": "harvest_update_time_entry"} for detailed parameters and examples.

Input Schema

NameRequiredDescriptionDefault
hoursNoHours worked
idYesTime entry ID
notesNoNotes for the time entry
project_idNoProject ID
spent_dateNoDate of the entry (YYYY-MM-DD)
task_idNoTask ID

Input Schema (JSON Schema)

{ "properties": { "hours": { "description": "Hours worked", "type": "number" }, "id": { "description": "Time entry ID", "type": "string" }, "notes": { "description": "Notes for the time entry", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "spent_date": { "description": "Date of the entry (YYYY-MM-DD)", "type": "string" }, "task_id": { "description": "Task ID", "type": "string" } }, "required": [ "id" ], "type": "object" }

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/standardbeagle/harvest-mcp'

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