You're viewing a demo portfolio

Join the waitlist
PRSM

college_trends

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Multi-year trend for one school sourced from the Urban Institute Education Data Portal (IPEDS). Choose a metric (enrollment, graduation_rate, retention, cost) and a year range.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "unit_id",
    "metric",
    "start_year",
    "end_year"
  ],
  "properties": {
    "metric": {
      "enum": [
        "enrollment",
        "graduation_rate",
        "retention",
        "cost"
      ],
      "type": "string",
      "description": "Trend metric."
    },
    "unit_id": {
      "type": "string",
      "description": "IPEDS UNITID."
    },
    "end_year": {
      "type": "number",
      "description": "Last academic year, e.g. 2022."
    },
    "start_year": {
      "type": "number",
      "description": "First academic year, e.g. 2010."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

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