Skip to main content
Glama

MarathonGetModerators

Read-only

Retrieve a paginated list of marathon moderators. Filter by teacher or marathon to identify assigned moderators.

Instructions

List marathon moderators (paginated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSkipNointeger (optional)
pageTakeNointeger (optional)
TeacherIdNointeger (optional)
MarathonIdNointeger (optional)
Install Server

TDQS

A3.5/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, so the safety profile is covered. The description adds only the 'paginated' behavior; it does not disclose ordering, default page size, or how filters interact with results, but this is acceptable given the 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 front-loaded sentence with no filler; every word ('List', 'marathon moderators', 'paginated') carries information. This is an appropriate size for the tool's simplicity.

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 read-only list tool with no output schema, the description gives the high-level return shape but omits how the optional filters (TeacherId, MarathonId) affect the result, pagination defaults, and any response fields. Since all parameters are optional, an agent can call it safely, but a richer description would make correct filter usage obvious.

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%, giving the baseline of 3 even though the schema descriptions are only 'integer (optional)'. The word 'paginated' adds meaning to pageSkip/pageTake, but TeacherId and MarathonId filter semantics are left to inference from their names.

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

Purpose4/5

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

States a specific action and resource ('List marathon moderators') and adds the pagination trait, which is enough to distinguish it from sibling mutators and from MarathonGetMarathonStudents. It does not explicitly contrast with any sibling, but the resource term 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 Guidelines3/5

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

The intended use is implied by the listing verb and resource, but there are no explicit when-to-use conditions, exclusions, or pointers to alternative tools. An agent can infer 'when you need moderators' but not when a sibling like MarathonSetModeratorsForPupil should be chosen.

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