Get Keka Employee Details
keka_get_employeeFetch a single employee's complete profile by Keka employee ID, including personal info, department, job title, manager, location, and employment details.
Instructions
Retrieve full details for a single employee by their Keka employee ID.
Args:
employeeId (string, required): The Keka employee ID (use keka_list_employees to find IDs)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Complete employee profile including personal info, department, job title, manager, location, and employment details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | Yes | Keka employee ID (e.g., 'abc123') | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |