college_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search US colleges and universities by name, state, control type, size, or accreditor. Returns matching institutions with location, control, predominant degree, and enrollment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"name": {
"type": "string",
"description": "Substring of the institution name."
},
"size": {
"enum": [
"very_small",
"small",
"medium",
"large",
"very_large"
],
"type": "string",
"description": "Carnegie size bucket."
},
"limit": {
"type": "number",
"description": "Max results, 1-100. Default 25."
},
"state": {
"type": "string",
"description": "Two-letter state code (e.g. TX)."
},
"control": {
"enum": [
"public",
"private_nonprofit",
"private_forprofit"
],
"type": "string",
"description": "Institutional control."
},
"accreditor": {
"type": "string",
"description": "Substring match against the school's institutional accreditor."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries