get_scoring_rubric
Retrieve scoring rubrics for hackathon submissions to evaluate GitHub projects consistently across creative apps, reasoning agents, or enterprise agents tracks.
Instructions
Return the scoring rubric for the specified track.
Loads the YAML file ``data/rubrics/{track}.yaml`` and returns
the scoring criteria (name, weight, description, scoring_guide).
Args:
track: Track name. ``"creative-apps"`` | ``"reasoning-agents"``
| ``"enterprise-agents"``
Returns:
Rubric dict with track, track_display_name, criteria (list),
total_weight, score_range, and notes.
Raises:
FileNotFoundError: If the YAML file for the track does not exist.
ValueError: If the track name is invalid.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes |