create_assignment
Create a new assignment in a Canvas course with specified name, due date, points, and submission types. Set published status to control visibility.
Instructions
Create a new assignment in a Canvas course
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the assignment | |
| due_at | No | Due date in ISO 8601 format | |
| course_id | Yes | The course ID | |
| published | No | Whether the assignment is published (default false) | |
| description | No | The assignment description (HTML allowed) | |
| points_possible | No | Maximum points for the assignment | |
| submission_types | No | Comma-separated submission types: online_text_entry,online_upload,online_url,on_paper,none |