Skip to main content
Glama

Canvas MCP Server

get_peer_review_comments

Retrieve peer review comments for Canvas assignments to analyze feedback, track student progress, and support assessment processes with customizable privacy options.

Instructions

Retrieve actual comment text for peer reviews on a specific assignment. Args: course_identifier: Canvas course code (e.g., badm_554_120251_246794) or ID assignment_id: Canvas assignment ID include_reviewer_info: Include reviewer student information include_reviewee_info: Include reviewee student information include_submission_context: Include original submission details anonymize_students: Replace student names with anonymous IDs

Input Schema

NameRequiredDescriptionDefault
anonymize_studentsNo
assignment_idYes
course_identifierYes
include_reviewee_infoNo
include_reviewer_infoNo
include_submission_contextNo

Input Schema (JSON Schema)

{ "properties": { "anonymize_students": { "default": false, "title": "Anonymize Students", "type": "boolean" }, "assignment_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Assignment Id" }, "course_identifier": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Course Identifier" }, "include_reviewee_info": { "default": true, "title": "Include Reviewee Info", "type": "boolean" }, "include_reviewer_info": { "default": true, "title": "Include Reviewer Info", "type": "boolean" }, "include_submission_context": { "default": false, "title": "Include Submission Context", "type": "boolean" } }, "required": [ "course_identifier", "assignment_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/vishalsachdev/canvas-mcp'

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