Skip to main content
Glama

Harvest MCP Server

harvest_list_time_entries

Retrieve time entries from Harvest with filters for user, project, date range, and pagination to track work hours and manage time reporting.

Instructions

List time entries with optional filters. Use about {"tool": "harvest_list_time_entries"} for detailed usage examples.

Input Schema

NameRequiredDescriptionDefault
fromNoStart date (YYYY-MM-DD)
pageNoPage number
per_pageNoResults per page (max 100)
project_idNoFilter by project ID
toNoEnd date (YYYY-MM-DD)
user_idNoFilter by user ID

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" }, "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" } }, "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