Skip to main content
Glama

IndividualClassesCreate

Create a new individual class by providing class name, pupil ID, and teacher ID. Optionally specify the language of instruction to set up the class.

Instructions

Create a new individual class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNameYesНазвание класса
bodyPupilIdYesИдентификатор ученика класса
bodyTeacherIdYesИдентификатор учителя класса
bodyClassLanguageIdNo 0 = Ru (Russian) 1 = En (English) 2 = It (Italian) 3 = Es (Spanish) 4 = De (German) 5 = Fr (French) 6 = Zh (Chinese) 7 = Ar (Arabic) 8 = Pt (Portuguese) 9 = Nl (Dutch) 10 = Da (Danish) 11 = Hi (Hindi) 12 = Is (Icelandic) 13 = Ja (Japanese) 14 = Ko (Korean) 15 = No (Norwegian) 16 = Pl (Polish) 17 = Ro (Romanian) 18 = Sv (Swedish) 19 = Tr (Turkish) 20 = Uk (Ukraine) 21 = Fi (Finnish) 22 = Cs (Czech) 23 = El (Greece) 24 = He (Hebrew) 25 = Kk (Kazakh) 26 = Uz (Uzbek) 99 = Other (Other)
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already indicate this is a non-read-only, non-idempotent write, so the basic safety profile is known. The description adds no behavioral context: it does not mention possible failure conditions, whether pupil/teacher must already exist, duplicate handling, or side effects beyond creating the class.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with minimal waste. The word 'new' is slightly redundant, and the brevity is more minimal than structured, but it is not padded or unfocused.

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 four fully documented parameters, an agent can construct a syntactically valid request. However, the description omits preconditions, response expectations, and whether the optional language parameter has a meaningful default, so the definition is usable but not fully complete.

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 coverage is 100%, with Russian descriptions for the name, pupil ID, and teacher ID, plus a fully expanded language enum. The description itself provides no additional parameter meaning, so the schema carries the full burden; baseline 3 is appropriate.

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 clearly states the action ('Create') and the resource ('individual class'), which distinguishes it from the IndividualClassesGet/Update/Delete/ChangeTeacher siblings. However, it is essentially a sentence-form paraphrase of the tool name and adds no semantic depth beyond what the name already conveys.

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?

There is no guidance about when to use this tool versus alternatives such as GroupClassesCreate or IndividualClassesUpdate. No preconditions, exclusions, or alternative routing are documented, so an agent must infer usage purely from the tool name.

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