You're viewing a demo portfolio

Join the waitlist
PRSM

bamboohr_get_employee

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Bamboohr

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

1/7 registries
View full server →