Skip to main content
Glama

Get student list

list_students

Retrieve all students with remaining leave balance to identify those eligible for future leave requests.

Instructions

Return all students with remaining leave balance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It states the action ('Return all students') but does not clarify whether 'with remaining leave balance' filters the result set or simply includes the balance field. It also omits details on ordering, pagination, or response format, leaving room for misinterpretation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that immediately conveys the action and resource. It is concise, front-loaded with the verb 'Return,' and contains no wasteful phrasing, allowing an agent to parse it quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, parameterless read tool, the description covers the core purpose but leaves a key ambiguity about whether 'with remaining leave balance' filters the returned students or is just an included attribute. With no output schema or annotations to clarify behavior, an agent may not know the exact response structure, so a mid-range score is warranted.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

This tool has zero parameters, so the input schema provides complete coverage (vacuously 100%). The description does not need to document parameter syntax, making the baseline of 4 appropriate. No additional parameter-related information is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Return' and identifies the resource 'all students' with a qualifying phrase 'with remaining leave balance.' This clearly distinguishes it from sibling tools like get_student_details (likely a single-student lookup) and approve_leave (a mutation). Minor ambiguity exists about whether the qualifier filters students or includes a field, but the core purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention get_student_details for individual lookups or approve_leave for leave approvals, nor any exclusions or prerequisites. Agents must infer usage solely from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/abhijeetgiram/mcp-student-leave-copilot-ab'

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