Skip to main content
Glama

academy_next_lesson

Get your next lesson recommendation based on real progress: the first incomplete lesson in the lowest level you can access. Requires sign-in.

Instructions

Recommend your next lesson based on real progress (first incomplete lesson in the lowest level you can access). (Requires sign-in.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNo

Schema Changelog

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

  1. Changed1 schema field changedv0.4.1
    • removedInput schema / properties / locale / default
      Removed value: -"de"
  2. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations provided, so description carries burden. It mentions requires sign-in but does not disclose other behavioral traits like output format, side effects, or rate limits. Could be more transparent, but enough for a simple recommendation tool.

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?

One sentence with parenthetical note, front-loaded with action, zero waste. Efficient and clear.

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?

Given no output schema and no annotations, description covers main purpose and the rule, but lacks details on what the output looks like (lesson object? ID?), or how sign-in plays in. Still, for a simple tool, it's adequate but could mention response format.

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 has only one optional locale param with enum, but description doesn't explain its meaning or default behavior. With 0% schema description coverage, description compensates partially by indicating the recommendation logic, but does not add param-specific meaning. Since locale is optional and has enum, schema already provides choices, but default behavior missing.

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?

Description states a clear purpose: recommend next lesson based on progress, with a specific rule (first incomplete lesson in lowest level). It clearly distinguishes from siblings like academy_lessons or academy_lesson by focusing on recommendation logic.

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

Usage Guidelines3/5

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

Implies usage: call this to get recommended next lesson. Does not explicitly state when to use over alternatives, but the rule about progress and levels provides context. No exclusion or alternative mention.

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