Skip to main content
Glama

PupilsGetCursorList

Read-only

Fetch pupils in manageable pages using cursor pagination. Apply filters by search text, active status, or update time to get the exact subset needed.

Instructions

List pupils using cursor-based pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
SearchNostring (optional)
ActiveOnlyNoboolean (optional)
OnlyUpdatedNoboolean (optional)
cursorLimitNointeger (optional)
UpdatedAfterNostring (optional)
OnlyUnchangedNoboolean (optional)
UpdatedBeforeNostring (optional)
cursorAfterIdNointeger (optional)
cursorBeforeIdNointeger (optional)
cursorMaxLimitNointeger (optional)
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the behavioral detail of cursor-based pagination, which is useful, but it doesn't explain ordering, page traversal (cursorAfterId/cursorBeforeId), or how filters like OnlyUpdated/OnlyUnchanged behave. Minimal added context beyond annotations.

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?

A single sentence with no filler or redundancy. It front-loads the core action and pagination style. Every word earns its place.

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

Completeness2/5

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

With 10 optional parameters, no output schema, and no description of how to page or what the response contains, the definition is under-specified. An agent cannot tell from the description how to correctly invoke cursor pagination or combine filters. The minimal purpose statement is not enough for a tool of this complexity.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3 even though the description itself adds no parameter semantics. The schema parameter descriptions are minimal ('string (optional)' etc.), and the tool description doesn't clarify the meaning or purpose of parameters like Search, OnlyUpdated, or UpdatedAfter. The description does not compensate for the thin schema descriptions, but per the baseline rule the score remains 3.

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 a specific verb ('List') and resource ('pupils') and adds the pagination mechanism ('cursor-based'), which clearly differentiates it from the sibling PupilsGetList. It is a specific, non-tautological statement of what the tool does.

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 such as PupilsGetList or PupilsGetDetail. It doesn't mention whether cursor-based pagination is preferred for large result sets or discuss any filtering conditions. No explicit when-to-use or when-not-to-use information is present.

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

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/capitanes/edvibe-school-mcp'

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