Skip to main content
Glama

Canvas MCP Server

grade_with_rubric

Submit student grades in Canvas by applying rubric criteria with specific point values and comments for each criterion.

Instructions

Submit grades using rubric criteria.

Args: course_identifier: The Canvas course code (e.g., badm_554_120251_246794) or ID assignment_id: The Canvas assignment ID user_id: The Canvas user ID of the student rubric_assessment: JSON string with rubric assessment data (format: {"criterion_id": {"points": X, "comments": "..."}, ...}) comment: Optional overall comment for the submission

Input Schema

NameRequiredDescriptionDefault
assignment_idYes
commentNo
course_identifierYes
rubric_assessmentYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "assignment_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Assignment Id" }, "comment": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Comment" }, "course_identifier": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Course Identifier" }, "rubric_assessment": { "title": "Rubric Assessment", "type": "string" }, "user_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "User Id" } }, "required": [ "course_identifier", "assignment_id", "user_id", "rubric_assessment" ], "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