canvas_submit_assignment
Submit an assignment in Canvas by specifying the course ID, assignment ID, and submission type (online text, URL, or file uploads) using the MCP server integration.
Instructions
Submit work for an assignment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignment_id | Yes | ID of the assignment | |
body | No | Text content for text submissions | |
course_id | Yes | ID of the course | |
file_ids | No | File IDs for file submissions | |
submission_type | Yes | Type of submission | |
url | No | URL for URL submissions |