Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_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: Employee name :return: Employee id and manager id

update_employeeD
delete_employeeD
get_leave_balanceA

Get current leave balance of an employee. Args: employee_id: Employee ID (e.g. E004) Returns: Current leave balance.

get_leave_historyD
send_emailD
create_ticketD
schedule_intro_meetingD
apply_leaveC

Apply leave for an employee. Example: leave_dates = ["2026-07-20", "2026-07-21"]

update_leave_balanceD

Prompts

Interactive templates invoked by user choice

NameDescription
onboard new employee

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.9/5.0

Scored across 11 tools

Disambiguation2/5

Many tools lack descriptions, making it hard to distinguish them. 'apply_leave' and 'get_leave_history' could be confused, and 'create_ticket' is ambiguous as it doesn't fit the HR domain clearly.

Naming Consistency3/5

Tools mostly follow a verb_noun pattern but the verbs are inconsistent (add, apply, create, delete, get, schedule, send, update). Some tools like 'get_employee_details' and 'get_leave_balance' align, but overall lacks a uniform convention.

Tool Count4/5

With 11 tools, the count is reasonable for an HR system. However, tools like 'create_ticket' and 'send_email' might be extraneous, slightly increasing the scope beyond core HR.

Completeness2/5

Missing descriptions for several tools hinder assessment. Obvious gaps exist: no tool for listing employees, no leave approval workflow, and no role management. The surface feels incomplete for a typical HR system.

Maintenance

ActivityStale
ResponsivenessNo issues