List Grading Standards
list_grading_standardsGet grading standards for a course or account. Use course_id for course standards, account_id for account-level (admin). Returns ids, titles, contexts, and grading schemes.
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) |