canvas_list_rubrics
Retrieve and list rubrics for a specific course in the Canvas Learning Management System using the course ID to manage and analyze assessment criteria.
Instructions
List rubrics for a course
Input Schema
Name | Required | Description | Default |
---|---|---|---|
course_id | Yes | ID of the course |
Input Schema (JSON Schema)
{
"properties": {
"course_id": {
"description": "ID of the course",
"type": "number"
}
},
"required": [
"course_id"
],
"type": "object"
}