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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_studentsA

Return all students with remaining leave balance.

get_student_detailsA

Return one student and their leave requests.

approve_leaveC

Approve a pending leave and update balance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing all students, fetching a single student's details, and approving a leave. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_students, get_student_details, approve_leave. The naming style is uniform and predictable.

Tool Count5/5

Three tools is well-scoped for a focused student leave copilot, each serving a distinct function without redundancy. The count is within the ideal 3-15 range.

Completeness4/5

The core workflow of viewing students and approving leave is covered, but there is no reject or batch approval capability. Minor gaps exist, but they are workaroundable by iterating through students.

Maintenance

ActivityInactive
ResponsivenessNo issues