Skip to main content
Glama
viftode4
by viftode4

prepare_group_enrollment

Read-onlyIdempotent

Preview joining an exact Brightspace group before approval. Verify course, category, and group details without reserving a place or changing membership.

Instructions

Preview joining an exact native Brightspace group from list_available_groups. Binds course, category, group and current account; no place is reserved and no membership changes. Present the exact preview before requesting approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesExact Brightspace numeric identifier from another tool.
courseIdYesExact Brightspace numeric identifier from another tool.
categoryIdNoExact Brightspace numeric identifier from another tool.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

The description explicitly states 'no place is reserved and no membership changes,' which reinforces the readOnlyHint and destructiveHint annotations and adds the important nuance that no reservation is made. This goes beyond the annotations by clarifying the operation has no side effects on group capacity or membership.

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?

Three short sentences convey purpose, side-effect behavior, and usage guidance without redundancy. Each sentence earns its place, and the most important scoping information is front-loaded.

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?

The description is sufficient for an agent to call the tool correctly given the rich annotations and fully documented schema. It does not describe the returned preview shape, but the instruction to present the exact preview implies the output itself is the preview, so the gap is minor.

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 already explains that each parameter is an exact Brightspace numeric identifier. The description adds the source context 'from list_available_groups' and mentions binding course, category, and group, but does not materially change parameter understanding beyond what the schema provides.

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 clearly states it previews joining an exact native Brightspace group and explicitly scopes the group source to list_available_groups. The contrast with membership changes and approval makes it distinguishable from confirm_group_enrollment without needing to open schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Present the exact preview before requesting approval' gives clear sequencing guidance and implies this tool is the pre-confirmation step. It does not explicitly name the alternative confirm_group_enrollment or state when not to use it, so a small inference remains.

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