mm_harvest_aggregate_time
Aggregate time entries from Harvest, optionally grouped by user, task, or date.
At a Glance
Section titled “At a Glance”- Category: Plugins
- Source: Plugin: harvest
- Required parameters: 1
- Total parameters: 5
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
project_id | string | No | Harvest project ID |
from | string | No | Start date (YYYY-MM-DD) |
to | string | No | End date (YYYY-MM-DD) |
group_by | string (enum: user, task, date) | No | Group time entries by user, task, or date |
Example
Section titled “Example”{ "tool": "mm_harvest_aggregate_time", "arguments": { "project_path": "/Users/you/projects/my-app", "project_id": "my-example", "from": "2026-01-15" }}Related Tools
Section titled “Related Tools”mm_get_design_tokens- Retrieve the projectmm_sync_github- Sync issues bidirectionally between GitHub and Monday Morningmm_link_github_pr- Link a GitHub pull request to a task in a specmm_import_meeting_notes- Import meeting notes from Grain into the project. Supports importing by meeti…mm_save_grain_note- Save a Grain meeting note locally as markdown. Handles deduplication via meet…