Skip to main content
Glama

Create Module

create_module
Destructive

Creates a new module in a Canvas course, with options to set its position, unlock date, and prerequisite modules.

Instructions

Create a new module in a course.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the module
positionNoPosition of the module in the list
course_idYesThe Canvas course ID
unlock_atNoDate/time the module unlocks (ISO 8601)
prerequisite_module_idsNoIDs of modules that must be completed before this one
Behavior2/5

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

The description is minimal and does not disclose side effects or potential destructive nature. The annotation 'destructiveHint: true' contradicts the create operation, creating confusion. The description adds no additional behavioral transparency beyond the contradictory annotation.

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 a single, concise sentence with no redundant information. It perfectly fits the purpose without fluff.

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 simplicity of a create operation, the description is adequate but lacks mention of return values or error behavior. Additionally, the contradictory annotation reduces the overall completeness, as the description does not resolve the ambiguity.

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?

All 5 parameters are documented in the schema with brief descriptions, achieving 100% coverage. The description itself adds no extra nuance or clarification beyond the schema, so it meets the baseline score of 3.

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 action (create a new module) and the resource (module in a course). It is distinct from other create tools like create_course or create_assignment based on the verb and resource, though it doesn't explicitly compare to siblings.

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, nor does it mention any prerequisites or context for calling it. The use case is implied by the tool name but not explicitly stated.

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/bruchris/canvas-lms-mcp'

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