get_rubric
Fetch detailed rubric criteria, ratings, and points by rubric ID or assignment ID. Provide the course to get the rubric attached to an assignment or direct lookup.
Instructions
Get detailed rubric criteria, ratings, and points.
Accepts either rubric_id or assignment_id (at least one required). If both provided, uses rubric_id (more specific).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rubric_id | No | Canvas rubric ID (direct lookup) | |
| assignment_id | No | Canvas assignment ID (get rubric attached to assignment) | |
| course_identifier | Yes | Course code or Canvas ID |