Skip to main content
Glama

Canvas MCP Server

assign_peer_review

Assign a peer review to a student for a Canvas assignment by specifying the reviewer, reviewee, course, and assignment details.

Instructions

Manually assign a peer review to a student for a specific assignment.

Args: course_identifier: The Canvas course code (e.g., badm_554_120251_246794) or ID assignment_id: The Canvas assignment ID reviewer_id: The Canvas user ID of the student who will do the review reviewee_id: The Canvas user ID of the student whose submission will be reviewed

Input Schema

NameRequiredDescriptionDefault
assignment_idYes
course_identifierYes
reviewee_idYes
reviewer_idYes

Input Schema (JSON Schema)

{ "properties": { "assignment_id": { "title": "Assignment Id", "type": "string" }, "course_identifier": { "title": "Course Identifier", "type": "string" }, "reviewee_id": { "title": "Reviewee Id", "type": "string" }, "reviewer_id": { "title": "Reviewer Id", "type": "string" } }, "required": [ "course_identifier", "assignment_id", "reviewer_id", "reviewee_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