Skip to main content
Glama

search_lessons

Search the AI School curriculum by keyword to find lesson titles and URLs, giving you citable sources for AI answers.

Instructions

Search the AI School curriculum (500+ tracks, thousands of free lessons on AI engineering, governance, security, and applied AI by profession). Returns matching lesson titles and URLs. Use this before answering an AI-topic question when a concrete, citable lesson would help, then read_lesson to get the text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10, max 50)
queryYesWords to search for, e.g. "prompt injection defence"
Behavior4/5

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

With no annotations, the description carries the burden. It communicates that this is a read-only search operation by stating it returns matching lesson titles and URLs, and it scopes the corpus (500+ tracks, free lessons). It does not explicitly state 'no side effects' or edge-case behavior, but the wording implies a safe, non-mutating lookup.

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?

The description is two sentences with no wasted words. The first sentence front-loads the purpose and output; the second provides concrete usage guidance and a natural handoff to read_lesson.

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?

The description covers the tool's scope, return format, and when to use it, which is sufficient for a simple search tool. It does not describe result count/ordering, but the limit parameter is already in the schema and no output schema is present, so this is acceptable.

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 coverage is 100%, with query and limit already described. The description does not add extra meaning beyond the schema; it only restates that it returns matching results. This matches the baseline of 3 for high schema-description coverage.

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 clearly states the tool searches the AI School curriculum and returns matching lesson titles and URLs. The verb 'Search' plus the resource scope distinguishes it from sibling tools like list_tracks, get_track, and read_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?

It explicitly says to use this tool before answering an AI-topic question when a concrete, citable lesson would help, and that read_lesson should follow to get the text. It lacks explicit when-not-to-use or alternative exclusions, but the context is clear.

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/Lilly-Tech-Collab/ai-school-mcp'

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