canvas_update_assignment
Modify existing course assignments in Canvas by updating details such as name, description, due date, points, and publication status using the Canvas MCP Server V2.0.
Instructions
Update an existing assignment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignment_id | Yes | ID of the assignment to update | |
course_id | Yes | ID of the course | |
description | No | New assignment description | |
due_at | No | New due date (ISO format) | |
name | No | New name for the assignment | |
points_possible | No | New maximum points | |
published | No | Whether the assignment is published |