Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CB_EMAILYesYour Gmail email address used for sending transactional emails.
CB_EMAIL_PWDYesYour Gmail app password (not your regular account password).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
add_employeeB
Add a new employee to the system.
Args:
    name: str
    manager_id: str
    email: str
Returns:
    str
get_employee_detailsC
Get the details of an employee by name.
Args:
    name: str
Returns:
    Dict[str, Any]
send_emailC
Send an email to an employee.
Args:
    to_email: str
    subject: str
    body: str
Returns:
    str
create_ticketB
Create a ticket for an new employees to get a new laptop, id card, and other necessary equipment.
Args:
    emp_id: str
    item: str
    reason: str
Returns:
    str
schedule_meetingC
Schedule a meeting for an employee.
Args:
    emp_id: str
    meeting_dt: datetime
    topic: str
Returns:
    str
get_leave_balanceC
Get the leave balance of an employee.
Args:
    emp_id: str
Returns:
    str
apply_leaveB
Apply leave for an employee.
Args:
    emp_id: str
    leave_dates: List[datetime]
Returns:
    str
get_leave_historyB
Get the leave history of an employee.
Args:
    emp_id: str
Returns:
    str

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/sachink1712/HR-Assistant-MCP-Agent'

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