Skip to main content
Glama

HR MCP Server

request_global_leave

Submit global leave requests for employees, specifying start and end dates, reason, applicable countries, and contact details for the HR MCP Server.

Input Schema

NameRequiredDescriptionDefault
contact_infoNoContact information during leave
countriesYesCountries for which leave is being requested (e.g., ["USA", "UK"])
employee_idYesThe ID of the employee requesting leave
end_dateYesEnd date of the leave (YYYY-MM-DD)
reasonYesReason for the leave request
start_dateYesStart date of the leave (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contact_info": { "additionalProperties": false, "description": "Contact information during leave", "properties": { "email": { "description": "Contact email during leave", "type": "string" }, "emergency_contact": { "description": "Emergency contact during leave", "type": "string" }, "phone": { "description": "Contact phone during leave", "type": "string" } }, "type": "object" }, "countries": { "description": "Countries for which leave is being requested (e.g., [\"USA\", \"UK\"])", "items": { "type": "string" }, "type": "array" }, "employee_id": { "description": "The ID of the employee requesting leave", "type": "string" }, "end_date": { "description": "End date of the leave (YYYY-MM-DD)", "type": "string" }, "reason": { "description": "Reason for the leave request", "type": "string" }, "start_date": { "description": "Start date of the leave (YYYY-MM-DD)", "type": "string" } }, "required": [ "employee_id", "start_date", "end_date", "reason", "countries" ], "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