You're viewing a demo portfolio

Join the waitlist
PRSM

npi_search_organization

Active

Tool 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
}

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 →