Harvest MCP Server

by taiste
Verified

list_projects

Filter and retrieve active or inactive projects by client ID using the Harvest MCP Server, streamlining project management through API integration.

Instructions

List projects with optional filtering.

Args: client_id: Filter by client ID is_active: Pass true to only return active projects and false to return inactive projects

Input Schema

NameRequiredDescriptionDefault
client_idNo
is_activeNo

Input Schema (JSON Schema)

{ "properties": { "client_id": { "default": null, "title": "Client Id", "type": "integer" }, "is_active": { "default": null, "title": "Is Active", "type": "boolean" } }, "title": "list_projectsArguments", "type": "object" }

You must be authenticated.

Other Tools from Harvest MCP Server

Related Tools

ID: 7o01bz99oc