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 project
harvest__get_project
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "projectId": { "type": "number", "description": "Harvest project ID" } }, "required": [ "account_id", "projectId" ], "description": "Input schema for the harvest__get_project tool." }