Skip to main content
Glama

academy_lesson

Read-only

Understand any lesson completely. Retrieve the full lesson text and receive a clear, tutor-led explanation with answers and examples to master the material.

Instructions

Get the FULL text of one lesson. Teach it to the user: explain it in your own words, answer questions, give examples. This is how a user 'takes the course' with you as tutor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesLesson slug, e.g. "01-was-ist-ai" (from academy_lessons)
levelYes
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. Changed3 schema fields changedv0.4.1
    • removedInput schema / properties / locale / default
      Removed value: -"de"
    • addedInput schema / properties / locale / description
      Added value: +"Language. de=German, en=English, es=Spanish. Default en."
    • changedInput schema / properties / slug / description
      Previous value: -"Lesson slug, e.g. \"01-was-ist-ai\""New value: +"Lesson slug, e.g. \"01-was-ist-ai\" (from academy_lessons)"
  2. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The readOnlyHint already covers the read-only nature, and the description adds useful behavioral context beyond that: the tool returns the full lesson text and is meant to be followed by tutoring, examples, and Q&A. That is sufficient for such a simple fetch operation.

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 concise sentences with no filler. The tool's purpose is front-loaded, and the tutoring-related sentences are useful instructional context rather than redundant prose.

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?

For a read-only lesson-fetch tool, the description is mostly complete: it states what is returned, how to use the content, and when to invoke it. It is slightly lacking in connection to the companion academy_lessons activity, so the overall flow is not fully explicit.

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?

The description adds no parameter-level meaning about level, slug, or locale. The input schema already documents slug and locale, but level remains just a number 1-6; this description neither clarifies nor compensates for that gap.

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 starts with a clear, specific action: 'Get the FULL text of one lesson.' It identifies the resource, scope, and output shape while distinguishing itself from list-style siblings like academy_lessons.

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?

'This is how a user takes the course with you as tutor' provides an explicit trigger for using the tool, and the teaching instructions clarify the expected interaction flow. It does not name alternatives or when-not-to-use cases, so it falls just short of a 5.

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