Skip to main content
Glama

HR MCP Server

get_employee_info

Retrieve detailed employee information, including optional sensitive data, by providing an employee ID. Supports HR operations for structured employee data lookups.

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

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