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.
Get the authenticated user’s Harvest profile (id, name, email, timezone, roles)
| Field | Value |
|---|---|
| Name | harvest__get_current_user |
| Group | Integrations |
{
"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."
}