You're viewing a demo portfolio

Join the waitlist
PRSM

fda_inspection_observation_summary

Active

Tool of FDA Data MCP

declared in 0.1.0

Search FDA's official annual inspection-observation summary spreadsheets. This is aggregate Form 483 trend data by product area and citation frequency, not a full company-level 483 corpus. Use it to see which observation areas appear most often in Drugs, Devices, Foods, and other FDA program areas.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 100,
      "maximum": 500,
      "minimum": 1,
      "description": "Max results to return (1-500)"
    },
    "offset": {
      "type": "integer",
      "default": 0,
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "Result offset for pagination"
    },
    "cite_id": {
      "type": "string",
      "maxLength": 50,
      "description": "FDA citation identifier from the spreadsheet"
    },
    "keyword": {
      "type": "string",
      "maxLength": 500,
      "description": "Full-text query across short and long citation descriptions"
    },
    "fiscal_year": {
      "type": "integer",
      "maximum": 2100,
      "minimum": 2000,
      "description": "Fiscal year of the spreadsheet"
    },
    "product_area": {
      "type": "string",
      "maxLength": 200,
      "description": "Product or program area (e.g. Drugs, Devices, Foods)"
    },
    "reference_number": {
      "type": "string",
      "maxLength": 200,
      "description": "Regulatory citation reference number (e.g. 21 CFR 211.192)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FDA Data MCP

https://github.com/medley/fda-data

1/7 registries
View full server →
fda_inspection_observation_summary — FDA Data MCP — PRSM MCP