You're viewing a demo portfolio

Join the waitlist
PRSM

bamboohr_list_timeoff

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Bamboohr

https://github.com/pipeworx-io/mcp-bamboohr

1/7 registries
View full server →
bamboohr_list_timeoff — Bamboohr — PRSM MCP