Skip to main content
Glama

PupilsUpdate

Update an existing pupil’s record in Edvibe School by changing contact details, schedule, languages, tags, access groups, or notes. Use pupilId to target the correct profile.

Instructions

Update an existing pupil.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pupilIdYesinteger (required)
bodyNameNoФИО ученика
bodyNoteNoПримечание
bodyEmailNoПочта ученика
bodyPhoneNoТелефон ученика
bodySkypeNoСкайп ученика
bodyPurposeNoПриглашение к обучению /предложение/
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

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 write nature is covered. The description adds no additional context about side effects, error behavior, partial-update semantics, or the requirement of pupilId for identification. No contradiction, but no value beyond annotations.

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?

A single, direct sentence with no redundant words. It is front-loaded and readable, though arguably too terse for a 16-parameter tool.

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

Completeness2/5

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

For a tool with 16 parameters, four enums, and no output schema, a one-sentence description is insufficient. It doesn't clarify whether unspecified fields are left unchanged, what the response looks like, or any constraints beyond the schema. The agent must rely entirely on schema details.

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 schema documents all 16 parameters in detail, including enums. The description itself doesn't mention parameters, but with full coverage the baseline is 3.

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?

States a specific verb ('Update') and resource ('existing pupil'). Clearly distinguishes from sibling tools like PupilsCreate, PupilsDelete, and read-only getters. However, it doesn't enumerate which fields are updatable, so it is not maximally informative.

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 verb 'Update' implies its purpose, but there is no explicit when-to-use guidance or mention of alternatives such as PupilsCreate or PupilsDelete. No exclusion criteria or usage context is provided.

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