College Scorecard
education__college-scorecardSearch U.S. colleges using Department of Education data to compare admissions rates, tuition costs, and enrollment sizes for informed decision-making.
Instructions
[Education Data Agent] Search U.S. colleges and universities via the Department of Education College Scorecard API. Returns admissions rates, tuition costs, and enrollment size. Source: College Scorecard – U.S. Department of Education (Public Domain), updates quarterly. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | School name to search for (e.g. Harvard, MIT, UCLA) | |
| limit | No | Maximum number of schools to return | |
| fields | No | Comma-separated list of fields to return | school.name,school.city,school.state,latest.admissions.admission_rate.overall,latest.cost.tuition.in_state,latest.student.size |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |