fda_inspection_observation_summary
ActiveTool of FDA Data MCP
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries