fda_search_opdp_untitled_letters
ActiveTool of FDA Data MCP
declared in 0.1.0
Search official FDA OPDP untitled letters for pharmaceutical promotion and advertising issues. Filter by company, product, issue date, close-out availability, or keyword in the extracted untitled-letter text when available.
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"
},
"date_to": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "End date for issued_date range (YYYY-MM-DD)"
},
"keyword": {
"type": "string",
"maxLength": 500,
"description": "Keyword to search in the extracted untitled-letter text"
},
"date_from": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Start date for issued_date range (YYYY-MM-DD)"
},
"company_name": {
"type": "string",
"maxLength": 500,
"description": "Company name (fuzzy match)"
},
"has_close_out": {
"type": "boolean",
"description": "Whether the record has a linked close-out letter"
},
"product_issue": {
"type": "string",
"maxLength": 500,
"description": "Product or issue text from the OPDP table (partial match)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FDA Data MCP
https://github.com/medley/fda-data
1/7 registries