Skip to main content
Glama

Harvest MCP Server

by taiste

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taiste/harvest-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server