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 the authenticated user’s Harvest profile (id, name, email, timezone, roles)
harvest__get_current_user
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" } }, "required": [ "account_id" ], "description": "Input schema for the harvest__get_current_user tool." }