Skip to main content
Glama

PupilsCreate

Create a new pupil in Edvibe School by entering the student's name and email. Add optional details like timezone, native language, lesson schedule, contact method, and access groups to set up the learner's profile.

Instructions

Create a new pupil.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNameYesФИО ученика
bodyNoteNoПримечание
bodyEmailYesПочта ученика (empirically required by live API)
bodyPhoneNoТелефон ученика
bodySkypeNoСкайп ученика
bodyPurposeNoПриглашение к обучению /предложение/
bodyIsActiveNoДобавляется ли ученик сразу активированным
bodyTimezoneNoЧасовой пояс в UTC
bodyPupilTagsNoТеги ученика
bodyLinkContactNoКонтакт для связи
bodyAccessGroupsNoСписок идентификаторов групп доступа
bodyPeriodOfStudyNo 0 = OnceAWeek (Раз в неделю) 1 = TwiceAWeek (Два раза в неделю) 2 = ThreeTimesAWeek (Три раза в неделю) 3 = FourTimesAWeek (Четыре раза в неделю) 4 = FiveTimesAWeek (Пять раз в неделю) 5 = SixTimesAWeek (Шесть раз в неделю) 6 = SevenTimesAWeek (Семь раз в неделю)
bodyLessonDurationNoДлительность лекций для ученика
bodyNativeLanguageNo 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)
bodyLinkContactTypeNo 0 = Zoom (Для связи используется Zoom) 1 = Skype (Для связи используется Skype) 2 = GoogleMeet (Для связи используется Google Meet) 3 = Teams (Для связи используется Teams) 4 = YandexTelemost (Для связи используется Яндекс телемост) 5 = VkCalls (Для связи используется Vk Звонки) 6 = OtherService (Для связи используется другой сервис)
bodyLearningLanguageNo 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?

The description is consistent with annotations (readOnlyHint: false, idempotentHint: false, destructiveHint: false) but adds little beyond what the annotations already convey. It does not mention return behavior, duplicate handling, required email validation, permissions, or side effects.

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 one short, front-loaded sentence with no filler or redundant elaboration. It is concise and easy to parse, though it is so minimal that it borders on restating the tool name.

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?

Given the rich schema and annotations, the description is sufficient for selecting the tool for a straightforward create operation. However, it lacks context about the response format, failure conditions, or how this create operation relates to the broader Pupils toolset, which would make it more 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?

The input schema has 100% coverage with descriptions for all 16 parameters, so the baseline is 3. The description itself adds no parameter-level meaning; all semantic weight is carried by the schema, which is sufficiently detailed.

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 operation (create) and the resource (pupil), which distinguishes it from sibling tools like PupilsGetList, PupilsUpdate, and PupilsDelete. However, it is minimal and does not specify any additional scope or nuances beyond the simple verb–resource pair.

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 provided about when to use this tool instead of related tools such as PupilsUpdate or MarathonAddMarathonNewStudents. The description relies entirely on the verb 'Create' to imply usage, with no explicit alternatives or conditions.

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