Skip to content
K

mm_harvest_list_projects

List all projects from Harvest, optionally filtered by active status.

  • Category: Plugins
  • Source: Plugin: harvest
  • Required parameters: 1
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
is_activebooleanNoFilter by active/inactive status
{
"tool": "mm_harvest_list_projects",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"is_active": true
}
}