Skip to main content
Glama

Canvas MCP Server V2.0

canvas_get_module_item

Retrieve detailed information about a specific module item in a Canvas course by providing course, module, and item IDs. Facilitates precise management of course content within the Canvas LMS.

Instructions

Get details of a specific module item

Input Schema

NameRequiredDescriptionDefault
course_idYesID of the course
item_idYesID of the module item
module_idYesID of the module

Input Schema (JSON Schema)

{ "properties": { "course_id": { "description": "ID of the course", "type": "number" }, "item_id": { "description": "ID of the module item", "type": "number" }, "module_id": { "description": "ID of the module", "type": "number" } }, "required": [ "course_id", "module_id", "item_id" ], "type": "object" }
Install Server

Other Tools from Canvas MCP Server V2.0

Related Tools

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

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