Harvest MCP Server

by taiste
Verified

list_time_entries

Retrieve filtered time entries by user ID, date range, or running status using the Harvest MCP Server. Streamline time tracking data management.

Instructions

List time entries with optional filtering.

Args: user_id: Filter by user ID from_date: Only return time entries with a spent_date on or after the given date (YYYY-MM-DD) to_date: Only return time entries with a spent_date on or before the given date (YYYY-MM-DD) is_running: Pass true to only return running time entries and false to return non-running time entries

Input Schema

NameRequiredDescriptionDefault
from_dateNo
is_runningNo
to_dateNo
user_idNo

Input Schema (JSON Schema)

{ "properties": { "from_date": { "default": null, "title": "From Date", "type": "string" }, "is_running": { "default": null, "title": "Is Running", "type": "boolean" }, "to_date": { "default": null, "title": "To Date", "type": "string" }, "user_id": { "default": null, "title": "User Id", "type": "integer" } }, "title": "list_time_entriesArguments", "type": "object" }

You must be authenticated.

Other Tools from Harvest MCP Server

Related Tools

ID: 7o01bz99oc