Skip to main content
Glama
lalithdabilpuram01

HRMS MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MS_EMAILYesSender email address / SMTP login
MS_EMAIL_PWDYesSMTP password or app password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_employeeC
 Add a new employee to the HRMS system.
  :param emp_name: Employee name 
  :param manager_id : Manager ID (optional)
  :return Confirmation message
get_employee_detailsA
Get employee details by name.
:param name: Name of the employee
:return Employee ID and manager ID
send_emailD
create_ticketA
Create a ticket for buying required items for an employee.
:param emp_id: Employee ID
:param item: Item requested (laptop, ID Card, etc.)
:param reason: Reason for the request
:return : Confirmation message
update_ticket_statusB
Update the status of a ticket.
:param ticket_id: Ticket ID
:param status: New status of the ticket
:return: Confirmation message
list_ticketsC
List tickets for an employee with optional status filter.
:param employee_id : employee_id 
:param status : status
: return : List of tickets

Prompts

Interactive templates invoked by user choice

NameDescription
onboard_new_employee

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lalithdabilpuram01/HRMS_MCP_Server'

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