Skip to main content
Glama

get_course_variant

Read-onlyIdempotent

Retrieve a specific course variant record by its ID to access detailed information about course options and configurations.

Instructions

Get a course variant record

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the course variant to retrieve
Behavior2/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, establishing the safety profile. The description adds no behavioral context beyond this—no information about what data is returned, relationships to courses, or caching implications. It merely repeats the implied read-only nature of 'Get'.

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?

The description is extremely brief at four words. While not wasteful, it borders on under-specification rather than elegant conciseness. No structural issues, but the brevity limits informational value.

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 CRUD retrieval operation with comprehensive schema annotations and a single parameter, the description is minimally adequate. However, it lacks differentiation from the plural variant and domain context about course variants, leaving gaps in contextual completeness.

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 course variant to retrieve'), the schema fully documents the single parameter. The description contributes no additional parameter semantics, meeting the baseline expectation when schema coverage is complete.

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

Purpose2/5

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

The description 'Get a course variant record' largely restates the tool name (get_course_variant) with minimal expansion. While it confirms the action is a retrieval, it fails to distinguish from the plural sibling get_course_variants or explain what constitutes a 'course variant' in this domain.

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 single-record retrieval versus the batch get_course_variants, nor any mention of prerequisites like needing a valid course variant ID. The description offers no decision-making criteria for the agent.

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