Skip to main content
Glama

get_enrollment

Read-onlyIdempotent

Retrieve a specific enrollment record from Eduframe by providing its unique ID to access detailed information.

Instructions

Get an enrollment record

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the enrollment to retrieve
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no further behavioral context (e.g., error handling when ID is missing, what fields are returned, caching behavior), but does not contradict the 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?

Extremely brief at four words with no redundancy. While efficient, it borders on under-specification rather than optimal conciseness given the lack of sibling differentiation.

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?

For a simple read operation with one parameter and good annotations, the description is minimally adequate. However, it fails to mention the relationship to 'get_enrollments' or describe what constitutes an 'enrollment record' in this domain.

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?

With 100% schema description coverage ('ID of the enrollment to retrieve'), the baseline is 3. The description adds no parameter details, but the schema fully documents the single 'id' parameter.

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

Purpose3/5

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

The description states the basic action ('Get') and resource ('enrollment record'), but offers no differentiation from the sibling tool 'get_enrollments' (plural). It implies a single record retrieval but doesn't explicitly clarify this is for fetching by ID versus listing/filtering.

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 provided on when to use this singular fetch versus 'get_enrollments' for bulk retrieval, nor any mention of prerequisites like needing a valid enrollment ID. The description provides zero usage context.

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

Install Server

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/martijnpieters/eduframe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server