List Grading Standards
list_grading_standardsRetrieve grading standards for a course or account by providing course_id or account_id. Returns each standard's title, context, and grading scheme entries.
Instructions
List grading standards available in a course or account context. Provide either course_id (to see standards scoped to a course) or account_id (to see account-level standards, requires admin access). Returns an array of grading standard objects, each with an id, title, context, and grading_scheme array of { name, value } entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | No | Course ID to list standards for (mutually exclusive with account_id) | |
| account_id | No | Account ID to list standards for (mutually exclusive with course_id; requires admin) |