Skip to main content
Glama

Canvas MCP Server V2.0

canvas_get_assignment

Retrieve detailed information about a specific assignment, including optional submission data, from a Canvas course using course and assignment IDs. Simplify assignment management and data access.

Instructions

Get detailed information about a specific assignment

Input Schema

NameRequiredDescriptionDefault
assignment_idYesID of the assignment
course_idYesID of the course
include_submissionNoInclude user's submission data

Input Schema (JSON Schema)

{ "properties": { "assignment_id": { "description": "ID of the assignment", "type": "number" }, "course_id": { "description": "ID of the course", "type": "number" }, "include_submission": { "description": "Include user's submission data", "type": "boolean" } }, "required": [ "course_id", "assignment_id" ], "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