Skip to main content
Glama
DhanyaHegdek

LeaveManager

by DhanyaHegdek

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
get_leave_balanceC

Check how many leave days are left for the employee

apply_leaveB

Apply leave for specific dates (e.g., ["2025-04-17", "2025-05-01"])

get_leave_historyC

Get leave history for the employee

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool clearly targets a distinct function: checking balance, applying for leave, and viewing history. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent 'verb_leave_noun' pattern (get_leave_balance, apply_leave, get_leave_history), making the set predictable.

Tool Count4/5

Three tools is minimal but reasonable for a basic leave manager. A few more (e.g., cancel or update leave) could be helpful, but the count is not inappropriate.

Completeness2/5

The set covers basic read and create operations but lacks essential operations like cancel, update, or approve leave, leaving significant gaps for a full leave management workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues