Skip to main content
Glama

IndividualClassesUpdate

Update an existing individual class by providing its class ID, optionally changing the class name or the tariff that determines lesson duration.

Instructions

Update an existing individual class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
classIdYesinteger (required)
bodyNameNoНовое имя индивидуального класса
bodyLessonTariffDurationIdNoИдентификатор тарифа определяющего длительность занятий
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the agent knows this is a non-read mutation. The description adds no extra behavioral context such as partial-update semantics, idempotency effects, permission requirements, or what happens when the class does not exist. It merely restates the mutation implied by 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?

The description is a single concise sentence with no filler words. It is front-loaded with the action and resource, and every word earns its place.

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 simple three-parameter update with full schema coverage and safety annotations, the description is minimally sufficient to identify and invoke the operation. However, it lacks important contextual details like update semantics (partial vs. full), the distinction from IndividualClassesChangeTeacher, and expected behavior when the target class does not exist.

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 schema already explains that classId is required, bodyName is the new individual class name, and bodyLessonTariffDurationId identifies the tariff that determines lesson duration. The description itself adds no parameter-level meaning beyond the schema.

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 clear verb and resource: 'Update an existing individual class.' It distinguishes from create, delete, and get operations on individual classes, but it does not differentiate from the sibling IndividualClassesChangeTeacher, which is also a kind of update. It is clear but lacks explicit sibling differentiation.

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 is given about when to use this tool versus alternatives. It does not mention that teacher changes should go through IndividualClassesChangeTeacher, or that this tool is for updating name and lesson tariff duration. The usage context is entirely left to inference.

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