You're viewing a demo portfolio

Join the waitlist
PRSM

product_liability_screen

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

One-call product-safety + liability read for a MANUFACTURER or brand. Joins three public-record legs: product recalls (CPSC consumer products + openFDA drug/device/food enforcement, keyed by manufacturer), federal-court litigation (CourtListener dockets whose caption actually names the brand), and CFPB consumer-complaint volume. Returns a rolled-up read (CLEAN / WATCH / ELEVATED LIABILITY SIGNALS) with recall count and severity (FDA Class I / death-related = high), litigation hits (total + last-3-years), and complaint volume, plus an itemized interpretation. A leg that fails is noted, not fatal. NHTSA vehicle recalls need a specific year+make+model so are out of scope here (use recall_screen for a vehicle). Premium cross-source synthesis; informational public-record synthesis, NOT legal advice.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "manufacturer"
  ],
  "properties": {
    "since": {
      "type": "string",
      "description": "Optional lower-bound date (YYYY-MM-DD) for FDA recalls."
    },
    "state": {
      "type": "string",
      "description": "Optional 2-letter state to scope the CFPB complaint leg (e.g. 'CA')."
    },
    "company": {
      "type": "string",
      "description": "Alias for manufacturer; either may be supplied."
    },
    "manufacturer": {
      "type": "string",
      "description": "Manufacturer or brand name to screen (e.g. 'Peloton', 'Fisher-Price')."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →