Skip to main content
Glama

Canvas MCP Server

identify_problematic_peer_reviews

Flag peer reviews in Canvas assignments that may require instructor attention based on specified criteria to maintain review quality.

Instructions

Flag reviews that may need instructor attention. Args: course_identifier: Canvas course code or ID assignment_id: Canvas assignment ID criteria: JSON string of custom flagging criteria (optional)

Input Schema

NameRequiredDescriptionDefault
assignment_idYes
course_identifierYes
criteriaNo

Input Schema (JSON Schema)

{ "properties": { "assignment_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Assignment Id" }, "course_identifier": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Course Identifier" }, "criteria": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Criteria" } }, "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