You're viewing a demo portfolio

Join the waitlist
PRSM

fda_food_recalls

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

FDA food enforcement actions (food recalls). Filter by product description, recall classification, state, or date range. Used for retail food safety monitoring, supply chain compliance, restaurant management.

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 product description search term."
    },
    "state": {
      "type": "string",
      "description": "Optional 2-letter state filter."
    },
    "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": [
        "I",
        "II",
        "III"
      ],
      "type": "string",
      "description": "Recall severity: I (most severe), II, III."
    }
  },
  "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 →