npi_search_organization
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Search healthcare organizations (hospitals, clinics, group practices, labs) by name. Requires organization_name; state and city optional.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"organization_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)."
},
"organization_name": {
"type": "string",
"description": "Organization name (required)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries