Skip to main content
Glama

Harvest MCP Server

harvest_time_report

Generate detailed time reports for specific date ranges, with optional filtering by user, project, or client to track work hours and activities.

Instructions

Generate detailed time reports for date ranges. Use about {"tool": "harvest_time_report"} for filtering options and examples.

Input Schema

NameRequiredDescriptionDefault
client_idNoFilter by client ID
fromYesStart date (YYYY-MM-DD)
project_idNoFilter by project ID
toYesEnd date (YYYY-MM-DD)
user_idNoFilter by user ID

Input Schema (JSON Schema)

{ "properties": { "client_id": { "description": "Filter by client ID", "type": "string" }, "from": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "project_id": { "description": "Filter by project ID", "type": "string" }, "to": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "user_id": { "description": "Filter by user ID", "type": "string" } }, "required": [ "from", "to" ], "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