You're viewing a demo portfolio

Join the waitlist
PRSM

fda_device_recalls

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

FDA medical device recalls. Filter by device name or recalling manufacturer, classification (Class 1 most severe), or date range. Used for medical device supply chain monitoring and hospital biomed compliance.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "query": {
      "type": "string",
      "description": "Optional device name or recalling firm search term."
    },
    "end_date": {
      "type": "string",
      "description": "Inclusive ISO date upper bound (YYYY-MM-DD)."
    },
    "start_date": {
      "type": "string",
      "description": "Inclusive ISO date lower bound (YYYY-MM-DD)."
    },
    "classification": {
      "enum": [
        "1",
        "2",
        "3"
      ],
      "type": "string",
      "description": "Recall classification: 1 (Class I, most severe), 2, 3."
    }
  },
  "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 →