ToolAssay

Name a drug, food, ingredient, brand or medical device and get one cited FDA rec

Name a drug, food, ingredient, brand or medical device and get one cited FDA recall report: every matching enforcement record across the drug, food and device feeds (firm, class I/II/III, status, reason, distribution, date), organized and explained, with a downloadable records appendix. Live openFDA data, not medical advice. USDC (x402/MPP) or card (Stripe). Not cached.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
934 msmedian answer time
$0.6listed price per call
$0.6price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agent402.tools/v1/recall-report

CategoryEverything else
Provider hostagent402.tools
Networkseip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:42220, eip155:43114, eip155:4663, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.6 934 ms

Example input (from the provider)

{
  "body": {
    "query": "losartan"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "query": {
              "description": "A drug, food, ingredient, brand or medical device to search FDA recalls for, e.g. \"losartan\", \"peanut butter\", \"insulin pump\".",
              "type": "string"
            },
            "scope": {
              "description": "Which FDA enforcement feeds to search (default all).",
              "enum": [
                "all",
                "drug",
                "food",
                "device"
              ],
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "meta": {
              "properties": {
                "ongoing": {
                  "type": "integer"
                },
                "query": {
                  "type": "string"
                },
                "records": {
                  "type": "integer"
                },
                "scope": {
                  "type": "string"
                },
                "sources_cited": {
                  "type": "integer"
                },
                "synthesis_model": {
                  "type": "string"
                },
                "tier": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "query": {
              "type": "string"
            },
            "report": {
              "type": "string"
            },
            "sources": {
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "tables": {
              "items": {
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "report",
            "query",
            "sources",
            "tables",
            "meta"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON