Skip to main content
Glama

Canvas Assignment Assistant

by brendan-ch

list_courses

Retrieve your enrolled courses from Canvas LMS with filtering options for active, completed, or all courses to organize your academic workflow.

Instructions

Lists all courses you are enrolled in, with options to filter by active, completed, or all courses.

Input Schema

NameRequiredDescriptionDefault
stateNoFilter courses by state: active, completed, or allactive

Input Schema (JSON Schema)

{ "properties": { "state": { "default": "active", "description": "Filter courses by state: active, completed, or all", "enum": [ "active", "completed", "all" ], "type": "string" } }, "type": "object" }

Other Tools from Canvas Assignment Assistant

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/brendan-ch/canvas-mcp'

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