Skip to main content
Glama

build_course_index

Generates a draft course index by inventorying converted markdown files, creating summary, patterns, and coverage baseline documents.

Instructions

Inventory converted/ markdown files and write a draft course-index/{summary,patterns,coverage}.md baseline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weak_zonesNoFree-form hints about weak areas; passed through.
forceNoRegenerate course-index/{summary,patterns,coverage}.md even if those files already exist.
project_rootNoAbsolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session.
Behavior2/5

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

With no annotations, the description must bear the full burden of disclosing behavioral traits. It only says 'write a draft' without specifying if it overwrites existing files, whether it requires network access, or any side effects. The 'force' parameter hints at regeneration, but the description does not clarify the overall behavior.

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 concise with a single sentence, which is efficient. However, it sacrifices clarity due to possible typos and lack of structure, making it somewhat cryptic for a tool with three parameters and no annotations.

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

Completeness2/5

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

Given the tool writes files (a significant action) and has no output schema or annotations, the description is insufficient. It does not explain the format or content of the generated files, any required filesystem state, or error conditions, leaving the agent with incomplete context.

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%, so the baseline is 3. The description adds no extra meaning beyond the schema's parameter descriptions; it does not elaborate on 'weak_zones' or 'project_root' behavior. Hence, it neither improves nor worsens understanding.

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

Purpose3/5

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

The description states it inventories converted markdown files and writes draft index files, giving a verb and resource. However, the phrasing 'converted/ markdown files' is unclear (likely a typo), and it does not clearly distinguish from sibling 'save_course_index' which might perform a similar but distinct action.

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 is provided on when to use this tool versus alternatives like 'save_course_index' or other siblings. The description does not mention prerequisites, use cases, or exclusions, leaving the agent to infer context.

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/OPTIMETA/PAIDEIA-mcp'

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