Skip to main content
Glama

canvas_module_progress

Track completion status of course modules by showing completed, in-progress, and locked items along with remaining requirements for a Canvas course.

Instructions

Get your progress through course modules.

Returns:

  • Which modules are completed

  • Which are in progress

  • Which are locked

  • Requirements remaining

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesThe Canvas course ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it mentions what the tool returns (completed, in-progress, locked modules, and requirements remaining), it doesn't address important behavioral aspects like whether this requires specific permissions, if it's a read-only operation, how data is formatted, or potential rate limits. For a tool with zero annotation coverage, this leaves significant gaps in understanding how it behaves.

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 appropriately concise with two sentences that efficiently convey the core functionality. The first sentence states the purpose, and the second bulleted list clearly outlines the return values. There's no wasted language, and the information is front-loaded with the main purpose stated first.

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

Completeness3/5

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

Given the tool's moderate complexity (progress tracking with multiple status categories) and the absence of both annotations and an output schema, the description provides basic but incomplete context. It explains what information is returned but not the format, structure, or additional behavioral context. For a tool with no output schema, more detail about the return format would be helpful, though the bulleted list gives some indication of content.

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?

The input schema has 100% description coverage (course_id is clearly documented as 'The Canvas course ID'), so the baseline is 3. The description adds no additional parameter information beyond what's already in the schema. It doesn't explain what format the course_id should be in, where to find it, or provide any examples - it relies entirely on the schema's documentation.

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

Purpose4/5

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

The description clearly states the tool's purpose with a specific verb ('Get') and resource ('your progress through course modules'), making it immediately understandable. It distinguishes from siblings like canvas_module_get or canvas_module_list by focusing on progress tracking rather than module metadata or listings. However, it doesn't explicitly contrast with all possible alternatives, keeping it at a 4 rather than a 5.

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?

The description provides no guidance on when to use this tool versus alternatives. With siblings like canvas_module_get, canvas_module_list, and canvas_module_items available, there's no indication of when progress tracking is needed versus retrieving module content or structure. The description assumes the user already knows they need progress information without explaining the 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/Shigakuresama/canvas-mcp-developer'

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