Skip to main content
Glama
384,559 tools. Last updated 2026-08-03 15:49

"How to access resources from a Canvas course" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • The most accurate web access API. Stop getting blocked.

  • List a CKAN dataset's resources with format, size, DataStore availability, and download URL. Assess file options before deciding how to access the data.
    MIT
  • Retrieve a file's content as base64 from a Canvas course, using file IDs from list_course_files or list_module_items. Specify course identifier and optional max size (default 25 MB) to control memory usage.
    MIT
  • Apply automated fixes to resolve accessibility issues in Canvas course content. Preview changes with dry_run before applying corrections for missing table headers, low contrast text, and other problems.
    MIT
  • Retrieve all active Canvas courses for the authenticated user, including course name, ID, course code, and term. Use this to view your current course list.
    MIT
  • Upload a local file to a Canvas course. The returned file ID can be used to add the file as a module item or attach it to a conversation.
    MIT
  • Retrieve users enrolled in a Canvas course with optional filters for enrollment type, state, search term, and user IDs. Supports sorting and including extra fields like email and enrollments.
    MIT
  • Start a Canvas course content export (Common Cartridge, QTI, or zip). Returns an export ID immediately; poll progress with get_content_export to retrieve the download link when finished.
    MIT