Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List all clients in the Harvest account
| Field | Value |
|---|---|
| Name | harvest__list_clients |
| Group | Integrations |
{
"type": "object",
"properties": {
"account_id": {
"type": "string",
"description": "Harvest Account ID (get it from harvest__list_accounts)"
},
"is_active": {
"type": "boolean",
"description": "Filter by active status"
},
"updated_since": {
"type": "string",
"description": "Only return clients updated after this ISO 8601 datetime"
},
"page": {
"type": "number",
"description": "Page number"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
}
},
"required": [
"account_id"
],
"description": "Input schema for the harvest__list_clients tool."
}