You're viewing a demo portfolio

Join the waitlist
PRSM

npi_search_provider

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search individual US healthcare providers by name. Requires a last_name (first_name, state, city optional). Returns NPI, specialty, location for each match.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "last_name"
  ],
  "properties": {
    "city": {
      "type": "string",
      "description": "City to narrow results (optional)."
    },
    "limit": {
      "type": "number",
      "description": "Max results (1-50, default 10)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter state code to narrow results (optional)."
    },
    "last_name": {
      "type": "string",
      "description": "Provider last name (required)."
    },
    "first_name": {
      "type": "string",
      "description": "Provider first name (optional)."
    }
  },
  "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 →