You're viewing a demo portfolio

Join the waitlist
PRSM

census_geography_lookup

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Look up Census FIPS codes by name. Supports state name or 2-letter code, ZIP code (5 digits), and (for state) substring matching. Use this to find the FIPS codes needed by other census_* tools.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "level": {
      "enum": [
        "state",
        "county",
        "zcta",
        "place"
      ],
      "type": "string",
      "description": "Optional filter: state, county, zcta, place."
    },
    "limit": {
      "type": "number",
      "description": "Max matches (default 10)."
    },
    "query": {
      "type": "string",
      "description": "Free-text: state name ('Texas'), state code ('TX'), or 5-digit ZIP ('77301')."
    }
  },
  "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 →