Skip to main content
Glama

Canvas MCP Server V2.0

canvas_get_course

Retrieve detailed course information from the Canvas Learning Management System by providing the course ID. Facilitates access to essential data for managing and organizing educational resources.

Instructions

Get detailed information about a specific course

Input Schema

NameRequiredDescriptionDefault
course_idYesID of the course

Input Schema (JSON Schema)

{ "properties": { "course_id": { "description": "ID of the course", "type": "number" } }, "required": [ "course_id" ], "type": "object" }

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