Skip to main content
Glama

edubase_delete_user_classes

DestructiveIdempotent

Remove a user from multiple classes at once by providing the user ID and comma-separated class IDs. Simplify class roster management by deleting user-class associations directly.

Instructions

Remove a user from classes by their class identification strings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesuser identification string
classesYescomma-separated list of class identification strings

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.2.9
  2. Removedv1.2.8
  3. Changed1 schema field changedv1.1.2
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  4. First observedv1.0.22

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already mark the tool as destructive, non-read-only, and idempotent, so the description does not need to repeat those traits. It adds only the scoping detail that classes are addressed by identification strings; it does not disclose consequences such as whether user accounts remain intact or whether the removal is reversible.

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, front-loaded sentence with no filler or repetition. Every word earns its place, and the core action is immediately visible.

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 low-complexity operation with two well-documented parameters and no output schema, the description is largely sufficient to invoke correctly. The main omission is usage guidance relative to the many sibling membership endpoints, which is already captured in the usage score.

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 fully describes both parameters ('user identification string' and 'comma-separated list of class identification strings'), and the description's phrase 'by their class identification strings' mirrors that documentation. With 100% schema coverage, the description does not add meaningful parameter semantics 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 uses the specific verb 'Remove' with a clear resource ('a user from classes') and specifies the input key ('class identification strings'). It is unambiguous on its own, but it does not explicitly differentiate itself from sibling tools like edubase_delete_class_members or edubase_post_user_classes.

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?

The description gives no guidance about when to choose this tool over the related membership endpoints (e.g., edubase_delete_class_members or edubase_post_user_classes). It states only what the tool does, leaving the agent to infer its context from the name and sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools