Skip to main content
Glama

GroupClassPupilsDelete

Destructive

Remove a pupil from a group class using class and pupil IDs. Unlinks the pupil from the class; requires client-side approval.

Instructions

Remove a pupil from a group class.

WARNING: Destructive: unlinks the pupil from the group class. Requires client-side approval.

Input Schema

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

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false, and the description reinforces this with a warning. It adds meaningful context by explaining the exact effect ('unlinks the pupil') and the requirement for client-side approval.

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 two concise sentences: the action is front-loaded, and the warning is separate and prominent. There is no filler or redundant restating of the tool name.

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

Completeness4/5

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

For a simple two-parameter destructive operation, the description covers the action, the destructive nature, the specific unlinking effect, and the approval requirement. It does not mention side effects or when not to use it, but the annotations and clear sibling names cover most of the remaining context.

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%, but each parameter description is only 'integer (required),' adding no real meaning. The tool description contextualizes classId and pupilId through 'remove a pupil from a group class,' but does not elaborate on their roles beyond their self-explanatory names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Remove a pupil from a group class.' This directly states the operation and distinguishes it from sibling tools like GroupClassPupilsAdd and GroupClassPupilsGetList.

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 intended use is implied clearly by the action and object, but there is no explicit guidance on when to use this versus the sibling add/list tools, nor any mention of prerequisites such as the pupil currently being enrolled.

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