Skip to main content
Glama

academy_levels

Read-only

List the 6 curriculum levels with titles, subtitles, and lesson counts to display the learning path and prompt users to choose where to start.

Instructions

List the 6 curriculum levels with title, subtitle and lesson count. Use to show the user the learning path and ask where they want to start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage. de=German, en=English, es=Spanish. Default en.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.4.1
    • addedInput schema / properties / locale
      Added value: +{
      +  "description": "Language. de=German, en=English, es=Spanish. Default en.",
      +  "enum": [
      +    "de",
      +    "en",
      +    "es"
      +  ],
      +  "type": "string"
      +}
  2. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is known. The description adds useful context by revealing the fixed result shape (6 levels, title, subtitle, lesson count), going beyond the annotation without contradicting it.

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?

Two sentences, no filler. The first states the action and result; the second gives the intended use case. Every word contributes meaning.

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

Completeness5/5

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

For a simple read-only list operation with one optional parameter and no output schema, the description is complete. It states the fixed number of items and the fields returned, which covers the output shape adequately.

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% for the single optional locale parameter, including default and enum meanings. The description does not mention locale, but the schema fully covers parameter semantics, so baseline 3 applies.

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 uses a specific verb ('List') and identifies the exact resource ('the 6 curriculum levels') with the returned fields (title, subtitle, lesson count). This clearly distinguishes it from sibling tools like academy_lessons and academy_lesson.

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 description explicitly states when to use it: 'Use to show the user the learning path and ask where they want to start.' It does not mention exclusions or alternative tools, but the context is clear enough for a simple list tool.

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

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/studiomeyer-io/mcp-academy'

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