get_assignment
Retrieve a specific assignment with its full description and attachments using course ID and assignment ID.
Instructions
Get a single assignment with full description and attachments.
Args: course_id: Canvas course ID assignment_id: Canvas assignment ID
Returns: {id, name, description, due_at, points_possible, submission_types, attachments, ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | ||
| assignment_id | Yes |