npi_search_specialty
ActiveTool of io.github.blackboxfoundry/livedatalink
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries