You're viewing a demo portfolio

Join the waitlist
PRSM

npi_search_specialty

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Find healthcare providers by specialty (taxonomy description) in a location. Requires taxonomy (e.g. 'Cardiology', 'Pediatrics', 'Nurse Practitioner'); state and city optional but recommended.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "taxonomy"
  ],
  "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)."
    },
    "taxonomy": {
      "type": "string",
      "description": "Specialty / taxonomy description, e.g. 'Cardiology'."
    }
  },
  "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 →