Skip to main content
Glama

get_course_status

Check the current status of a course build by providing a course slug, or retrieve status of all active builds. Returns the current step, modules, and next action needed.

Instructions

Return the current status of a course build (or all active builds).

Args:
    slug: Course slug. Leave empty to list all active builds.

Returns:
    Status summary including current step, modules, and next action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo

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 must disclose behavior. It describes input and returns but does not explicitly state that the tool is read-only, non-destructive, or safe to call. It adds context on the return format but lacks these behavioral disclosures.

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 very concise: one sentence for purpose, plus structured Args and Returns. No wasted words, front-loaded with the main purpose.

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 simple tool (one optional param, output schema present), the description is fairly complete. It explains purpose, parameter, and return summary. It could mention prerequisites like requiring a course build to exist, but that is not critical.

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?

With 0% schema description coverage, the description compensates by explaining the 'slug' parameter and its default behavior (empty lists all active builds). This adds meaning beyond the schema alone, though it could be more precise about slug format.

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 verb 'Return' and the resource 'current status of a course build', distinguishing between querying a specific course or all active builds. This differentiates it from siblings like 'start_course_build' and 'publish_course'.

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?

The description provides clear guidance on when to use the tool: to get the status of a course build. It explains the default behavior when slug is empty. It does not explicitly mention when not to use or name alternatives, 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/SVerITG/Metis_PH'

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