Skip to main content
Glama

Harvest MCP Server

harvest_list_projects

Retrieve and filter Harvest projects by active status or client ID to manage time tracking data efficiently.

Instructions

List all projects with filtering options. Use about {"tool": "harvest_list_projects"} for detailed parameters and examples.

Input Schema

NameRequiredDescriptionDefault
client_idNoFilter by client ID
is_activeNoFilter by active status
pageNoPage number
per_pageNoResults per page (max 100)

Input Schema (JSON Schema)

{ "properties": { "client_id": { "description": "Filter by client ID", "type": "string" }, "is_active": { "description": "Filter by active status", "type": "boolean" }, "page": { "description": "Page number", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" } }, "type": "object" }

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/standardbeagle/harvest-mcp'

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