Skip to main content
Glama

canvas_list_modules

Read-onlyIdempotent

List modules and module items for a specified Canvas course by providing its course ID. Retrieves read-only module structure to review course organization.

Instructions

Read-only Canvas LMS access. All requests use Canvas GET endpoints; this server cannot modify Canvas. List one course's modules and module items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYes
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, but the description adds specific context: 'All requests use Canvas GET endpoints; this server cannot modify Canvas.' This reinforces the safety profile and gives additional behavioral detail without contradicting annotations.

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?

Two concise sentences with front-loaded context. Every sentence adds value, avoiding fluff while covering purpose and read-only nature.

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?

For a simple one-parameter read-only list tool with strong annotations, the description is complete. It states exactly what is listed (modules and module items) and the read-only constraint, making it sufficient for correct invocation.

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 only parameter, course_id, is not explicitly described, but the phrase 'one course's modules' implies its meaning. With schema description coverage at 0%, the description only partially compensates, though the parameter is self-explanatory from its name.

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 'List one course's modules and module items', using a specific verb and resource scope. This distinguishes it from sibling tools like canvas_list_courses and canvas_list_assignments.

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 use for read-only listing of modules but does not explicitly compare to alternative tools or state when not to use it. The read-only context is helpful, but no exclusions or alternative recommendations are 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/javohir73/mcp-server-canvas-lms'

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