You're viewing a demo portfolio

Join the waitlist
PRSM

bamboohr_get_employee_files

Active

Tool of Bamboohr

declared in 0.1.0

Get files in an employee's profile by ID. Returns file names, upload dates, and file types.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 12345,
      "_apiKey": "your-bamboohr-api-key",
      "_subdomain": "mycompany"
    }
  ],
  "required": [
    "_apiKey",
    "_subdomain",
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Employee ID"
    },
    "_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 →