bamboohr_list_timeoff
ActiveTool of Bamboohr
declared in 0.1.0
Search time-off requests by date range (e.g., "2024-01-01" to "2024-12-31"). Returns approved/pending requests with employee names and absence types.
Parameters schema
{
"type": "object",
"examples": [
{
"end": "2024-12-31",
"start": "2024-01-01",
"_apiKey": "your-bamboohr-api-key",
"_subdomain": "mycompany"
}
],
"required": [
"_apiKey",
"_subdomain",
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"start": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"_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