Skip to main content
Glama
Ayush-og
by Ayush-og

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CB_EMAILYesYour Gmail address used for sending emails.
CB_EMAIL_PWDYesYour Gmail app password, not your regular Gmail 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.

get_employee_detailsB

Get employee details by name.

get_leave_balanceA

Get the current leave balance for an employee.

apply_leaveA
Apply for leave on specified dates.
:param employee_id: Employee ID (e.g. 'E004')
:param leave_dates: List of dates in YYYY-MM-DD format (e.g. ['2026-08-15', '2026-08-16'])
:return: Confirmation message with remaining balance
get_leave_historyA

Retrieve past leave history for an employee.

schedule_meetingA
Schedule a meeting for an employee.
:param emp_id: Employee ID (e.g. 'E004')
:param meeting_dt: Scheduled Date and Time in ISO format (e.g. '2026-08-15T10:00:00')
:param topic: Meeting subject or topic
:return: Confirmation string
get_meetingsC

Get all scheduled meetings for an employee.

cancel_meetingB

Cancel a scheduled meeting for an employee.

create_ticketA
Create a support or equipment request ticket for an employee (e.g., Laptop, ID Card).
:param emp_id: Employee ID (e.g. 'E004')
:param item: Name of the requested item or equipment
:param reason: Reason for the request
:return: Confirmation string with ticket ID
update_ticket_statusA

Update the status of a ticket (Open, In Progress, Closed, Rejected).

send_emailB

Send an email to one or more recipients.

Prompts

Interactive templates invoked by user choice

NameDescription
onboard_new_employee
apply_leave_request
schedule_meeting_request

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/Ayush-og/atliq-hrms-assist'

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