Skip to main content
Glama

HR MCP Server

get_employee_info

Retrieve employee details by ID using the HR MCP Server. Specify if sensitive data like SSN should be included. Ideal for HR operations requiring structured employee information.

Input Schema

NameRequiredDescriptionDefault
employee_idYesThe ID of the employee to retrieve information for
include_sensitiveNoWhether to include sensitive information like SSN (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "employee_id": { "description": "The ID of the employee to retrieve information for", "type": "string" }, "include_sensitive": { "default": false, "description": "Whether to include sensitive information like SSN (default: false)", "type": "boolean" } }, "required": [ "employee_id" ], "type": "object" }
Install Server

Other Tools from HR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrielrojasnyc/hr-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server