Skip to main content
Glama

AccessGroupsGetIndividualClasses

Read-only

Retrieve a paginated list of individual classes linked to an access group. Use the access group ID, with optional skip and take, to control results.

Instructions

List individual classes linked to an access group (paginated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
SkipNointeger (optional)
TakeNointeger (optional)
accessGroupIdYesinteger (required)
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare this as read-only and non-destructive. The description adds the pagination behavior, which is useful and not represented in the annotations, but it does not disclose details such as default page size, ordering, or error/empty-result behavior. This is adequate but not richly transparent.

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?

One short sentence states the action, resource, linking relationship, and pagination without any filler. The key scope ('individual classes') is front-loaded and the sentence earns its place.

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

Completeness4/5

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

For a straightforward read-only list operation with clear annotations and only one required parameter, the description is nearly complete. It would benefit from a brief note on Skip/Take semantics or default pagination, but nothing critical is missing for an agent to invoke the tool correctly.

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?

The input schema has 100% description coverage, but those descriptions are basically tautological ('integer (optional)' / 'integer (required)'). The description's 'paginated' hint connects Skip and Take to pagination, adding some meaning, but it still does not explain how Skip and Take interact or what defaults apply. Baseline 3 is appropriate because the schema carries the parameter existence burden.

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') with a clear resource ('individual classes linked to an access group') and adds the 'paginated' qualifier. It clearly distinguishes itself from sibling tools like AccessGroupsGetGroupClasses, which lists group classes instead of individual classes.

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

Usage Guidelines4/5

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

The description makes the use case clear by stating that this returns individual classes linked to an access group, implicitly separating it from sibling tools for group classes, teachers, and access group management. It does not explicitly name alternatives or state when not to use the tool, but the context is evident from the resource phrase.

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