Skip to main content
Glama

LessonPackagesGetList

Read-only

Retrieve lesson packages for a specific pupil or class, with optional filtering by update date, to check assigned materials and track changes.

Instructions

List lesson packages for a pupil and/or class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
classIdYesinteger (required)
pupilIdYesinteger (required)
updatedAfterNostring (optional)
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description does not contradict them. However, it adds no behavioral context beyond the word 'List' and the pupil/class scope already visible in the schema; pagination, ordering, updatedAfter behavior, and result shape are not disclosed.

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 front-loaded sentence with no filler. It communicates the core action and scope efficiently, even if it sacrifices behavioral detail.

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?

With read-only annotations and a simple required-field schema, the description is minimally sufficient for a basic call. But the optional updatedAfter filter is unexplained, no output schema is provided to clarify return shape, and pagination/ordering behavior is absent.

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. The description adds minimal semantic grouping for pupilId and classId, but it does not clarify updatedAfter beyond the schema's uninformative 'string (optional)'.

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?

The description states a concrete action ('List') on a specific resource ('lesson packages') with a scope ('for a pupil and/or class'), and clearly separates it from mutation siblings like LessonPackagesSetPackage and LessonPackagesWriteOffLessons. However, 'and/or' is somewhat ambiguous because the schema requires both pupilId and classId.

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 use case is implied: call this when you need to retrieve lesson packages. It gives no explicit when-to-use vs alternatives and no exclusion criteria, leaving the agent to infer that the sibling write tools are not for listing.

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