Skip to main content
Glama

Harvest MCP Server

harvest_list_clients

Retrieve a list of clients from Harvest with options to filter by active status and control pagination for efficient client management.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "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