You're viewing a demo portfolio

Join the waitlist
PRSM

cpsc_recall_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search U.S. Consumer Product Safety Commission (CPSC) product recalls via SaferProducts.gov (keyless). Filter by product name/keyword, title, manufacturer, hazard, recall number, and date range. Returns recall number, date, title, products, hazards, remedy, manufacturers, injuries, and the official CPSC recall URL. Data: CPSC/SaferProducts.gov.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max recalls to return (default 25)."
    },
    "title": {
      "type": "string",
      "description": "Recall title keyword filter."
    },
    "hazard": {
      "type": "string",
      "description": "Hazard keyword filter (e.g. 'fire', 'choking', 'laceration')."
    },
    "product": {
      "type": "string",
      "description": "Product name filter (e.g. 'stroller', 'space heater')."
    },
    "date_end": {
      "type": "string",
      "description": "Recalls on/before this date (YYYY-MM-DD)."
    },
    "date_start": {
      "type": "string",
      "description": "Recalls on/after this date (YYYY-MM-DD)."
    },
    "manufacturer": {
      "type": "string",
      "description": "Manufacturer name filter."
    },
    "recall_number": {
      "type": "string",
      "description": "Exact CPSC recall number (e.g. '26561')."
    }
  },
  "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 →