list_grading_standards
Retrieve grading standards for a course or account. Provide a course ID to view course-level standards, or an account ID (admin required) for account-level standards.
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) |