Skip to main content
Glama

start_course_build

Initiate a course build pipeline by creating a course record and returning an intake questionnaire to gather topic, audience, and other details.

Instructions

Start a new course build pipeline.

Creates a course record in the course_builds table, adds a placeholder
row to learning_courses (status='building'), and returns the intake
questionnaire for the user to complete.

Args:
    topic: The subject or title of the course (e.g. "Multilevel models for epidemiologists")
    target_audience: Who this course is for (e.g. "MPH students with basic R knowledge")
    duration_hours: Estimated total course length in hours (0 = TBD)
    notes: Any initial notes or constraints the user has mentioned

Returns:
    Course ID, a brief confirmation, and the intake questionnaire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
target_audienceNo
duration_hoursNo
notesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses record creation in two tables and return of questionnaire. However, it omits prerequisites (e.g., permissions) and idempotency 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 well-structured with a summary, process bullets, Args list, and Returns. Slightly verbose with repeated parameter names in Args, but overall clear and efficient.

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?

Given the tool's simplicity (4 params, no enums) and presence of an output schema, the description covers the return value adequately. However, it could mention that the user should complete the questionnaire next.

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

Parameters4/5

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

Schema coverage is 0%, so the description compensates by explaining each parameter with examples (e.g., 'Multilevel models for epidemiologists' for topic). This adds meaningful context beyond the schema's type and title.

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 initiates a course build pipeline, specifying the actions: creating records and returning an intake questionnaire. This distinguishes it from siblings like `save_course_curriculum` or `review_course`.

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?

The description implies this is the first step in course building but does not explicitly state when to use it vs. alternatives. No 'when not to use' guidance or contrast with siblings is provided.

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'

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