Skip to main content
Glama

Harvest MCP Server

harvest_create_time_entry

Create a new time entry in Harvest by specifying project, task, date, hours worked, and optional notes for accurate time tracking.

Instructions

Create a new time entry. Use about {"tool": "harvest_create_time_entry"} for detailed parameters and examples.

Input Schema

NameRequiredDescriptionDefault
hoursNoHours worked
notesNoNotes for the time entry
project_idYesProject ID
spent_dateYesDate of the entry (YYYY-MM-DD)
task_idYesTask ID

Input Schema (JSON Schema)

{ "properties": { "hours": { "description": "Hours worked", "type": "number" }, "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": [ "project_id", "task_id", "spent_date" ], "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