Skip to main content
Glama

edubase_get_classes

Read-onlyIdempotent

Retrieve a list of classes you own or manage. Supports search filtering and pagination with limit and page parameters.

Instructions

List owned and managed classes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNosearch string to filter results
limitNolimit number of results (default: 16)
pageNopage number (default: 1), not used in search mode!

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
classesYes
Behavior3/5

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

Annotations already indicate read-only, non-destructive, idempotent. Description adds scope context but does not disclose pagination details or the fact that 'page' is ignored in search mode (though schema mentions this). Adequate but not enhanced.

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?

Extremely concise single sentence, front-loaded with purpose. No wasted words.

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?

While output schema exists, the description omits important context like pagination behavior, default limit, and how search interacts with page. For a listing tool with 3 parameters, more detail would be helpful.

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 covers all parameters with descriptions, so baseline is 3. The description adds no extra meaning about parameters, so no improvement.

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?

Description clearly states it lists classes, with 'owned and managed' specifying scope. Distinguishes from singular 'get_class' and other list tools by indicating a broad listing. Could be more explicit about what 'owned and managed' entails.

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?

No guidance on when to use this tool vs alternatives like 'get_class' (specific class) or 'get_user_classes'. The description is too minimal to help an agent decide between siblings.

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/EduBase/MCP'

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