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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | ||
| is_active | No |