Skip to main content
Glama

save_course_outline

Record an approved course outline with module definitions and set approved to True to advance the build to Step 3.

Instructions

Save an approved course outline after Step 2 (Scope Plan).

Call this once the user has reviewed and approved the module outline.
Pass outline_json as a JSON array of module objects:
  [{"module": 1, "title": "...", "bloom_level": "...", "hours": 2}, ...]

Args:
    slug: The course slug returned by start_course_build()
    outline_json: JSON array of module definitions
    approved: Must be True to advance the build to Step 3 (Harvest)

Returns:
    Confirmation and next-step instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
outline_jsonYes
approvedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that approved=True advances to Step 3, but does not specify behavior when approved=False, or error handling for invalid outline_json. Lacks some behavioral details expected for a mutation 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?

Extremely concise: one sentence for purpose, one for usage, an example for outline_json, and bulleted Args/Returns. Well-structured and front-loaded with essential information.

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?

Given 3 parameters, no schema descriptions, and an output schema that likely covers return details, the description provides all necessary context. It explains the workflow step, input format, and condition for progression.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining each parameter: slug as start_course_build() return, outline_json with an example JSON array, and approved as a boolean to advance. Adds meaning beyond the raw schema.

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 'Save an approved course outline after Step 2 (Scope Plan)' with a specific verb and resource. It distinguishes from sibling tools like save_course_curriculum by placing it in a pipeline context.

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

Usage Guidelines5/5

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

Explicitly states when to call ('once the user has reviewed and approved the module outline'), prerequisite (slug from start_course_build()), and condition for advancing to Step 3. Provides clear context for when this tool should be used.

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/SVerITG/Metis_PH'

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