Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get details of a specific client
harvest__get_client
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "clientId": { "type": "number", "description": "Harvest client ID" } }, "required": [ "account_id", "clientId" ], "description": "Input schema for the harvest__get_client tool." }