Skip to main content
Glama

Canvas MCP Server V2.0

canvas_submit_grade

Submit student assignment grades in Canvas via the MCP server. Enter course, assignment, and student IDs along with the grade. Add optional comments for feedback.

Instructions

Submit a grade for a student's assignment (teacher only)

Input Schema

NameRequiredDescriptionDefault
assignment_idYesID of the assignment
commentNoOptional comment on the submission
course_idYesID of the course
gradeYesGrade to submit (number or letter grade)
user_idYesID of the student

Input Schema (JSON Schema)

{ "properties": { "assignment_id": { "description": "ID of the assignment", "type": "number" }, "comment": { "description": "Optional comment on the submission", "type": "string" }, "course_id": { "description": "ID of the course", "type": "number" }, "grade": { "description": "Grade to submit (number or letter grade)", "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "user_id": { "description": "ID of the student", "type": "number" } }, "required": [ "course_id", "assignment_id", "user_id", "grade" ], "type": "object" }
Install Server

Other Tools from Canvas MCP Server V2.0

Related Tools

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/DMontgomery40/mcp-canvas-lms'

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