bamboohr_get_employee
ActiveTool of Bamboohr
declared in 0.1.0
Get detailed employee info by ID (e.g., "12345"). Specify fields like firstName, lastName, email, department. Returns requested data.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 12345,
"fields": "firstName,lastName,email,department,jobTitle",
"_apiKey": "your-bamboohr-api-key",
"_subdomain": "mycompany"
}
],
"required": [
"_apiKey",
"_subdomain",
"id",
"fields"
],
"properties": {
"id": {
"type": "number",
"description": "Employee ID"
},
"fields": {
"type": "string",
"description": "Comma-separated field names (e.g., \"firstName,lastName,department,jobTitle,workEmail\")"
},
"_apiKey": {
"type": "string",
"description": "BambooHR API key"
},
"_subdomain": {
"type": "string",
"description": "BambooHR subdomain"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bamboohr
https://github.com/pipeworx-io/mcp-bamboohr
1/7 registries