get_eval_criterion
Fetch a single evaluation criterion's details (name, rubric, scale range, creation date) using its ID. Access is limited to your account's custom criteria and global defaults.
Instructions
Fetch one criterion's detail (name / rubric / scaleMin / scaleMax / createdAt) by id. The id comes from list_eval_criteria.criteria[].id. Both global defaults (accountId NULL) and your account's custom criteria are accepted; other accounts' customs return 404 (structural defense).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| criterionId | Yes | Target criterion id (AUTOINCREMENT integer) |