You're viewing a demo portfolio

Join the waitlist
PRSM

college_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
college_search — io.github.blackboxfoundry/livedatalink — PRSM MCP