Skip to main content
Glama

Canvas MCP Server

send_peer_review_followup_campaign

Send targeted reminders to students for incomplete peer reviews by analyzing review status and generating follow-up messages for a specific Canvas assignment.

Instructions

Complete workflow: analyze peer reviews and send targeted reminders. Args: course_identifier: Canvas course ID assignment_id: Canvas assignment ID for peer review Returns: Results of the complete campaign including analytics and messaging

Input Schema

NameRequiredDescriptionDefault
assignment_idYes
course_identifierYes

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" } }, "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