Skip to main content
Glama

Canvas MCP Server

list_groups

Retrieve all groups and their members for a specific Canvas course using the course identifier, enabling efficient course management and group oversight.

Instructions

List all groups and their members for a specific course.

Args: course_identifier: The Canvas course code (e.g., badm_554_120251_246794) or ID

Input Schema

NameRequiredDescriptionDefault
course_identifierYes

Input Schema (JSON Schema)

{ "properties": { "course_identifier": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Course Identifier" } }, "required": [ "course_identifier" ], "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