Skip to main content
Glama

Canvas MCP Server

list_courses

Retrieve a list of Canvas LMS courses for the authenticated user, with options to include concluded courses or all available courses.

Instructions

List courses for the authenticated user.

Input Schema

NameRequiredDescriptionDefault
include_allNo
include_concludedNo

Input Schema (JSON Schema)

{ "properties": { "include_all": { "default": false, "title": "Include All", "type": "boolean" }, "include_concluded": { "default": false, "title": "Include Concluded", "type": "boolean" } }, "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/vishalsachdev/canvas-mcp'

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