You're viewing a demo portfolio

Join the waitlist
PRSM

query_fda_food_recalls

Active

Tool of TensorFeed

declared in 1.36.2

Query the FDA food enforcement (recall) database covering food products distributed in the US. Same shape as drug recalls. License: openFDA CC0 1.0; commercial redistribution permitted.

Parameters schema

{
  "type": "object",
  "properties": {
    "skip": {
      "type": "number",
      "default": 0,
      "description": "Pagination offset (0-25000)"
    },
    "sort": {
      "type": "string",
      "description": "Sort by field (e.g. report_date:desc)"
    },
    "limit": {
      "type": "number",
      "default": 10,
      "description": "Max records to return (1-100)"
    },
    "search": {
      "type": "string",
      "description": "openFDA Lucene-style search expression. Examples: reason_for_recall:listeria, classification:\"Class+I\""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

TensorFeed

https://github.com/RipperMercs/tensorfeed

1/7 registries
View full server →
query_fda_food_recalls — TensorFeed — PRSM MCP