What problem does it solve?
Finding post-market safety information for FDA-regulated products other than drugs requires navigating many separate openFDA endpoints (MAUDE device events, CAERS food/supplement reports, veterinary adverse events, drug shortages, enforcement recalls), each with its own fields and Lucene query syntax. This Skill selects the right endpoint, builds valid queries, and interprets the returned records with proper safety-reporting caveats.
Core Features & Use Cases
- Multi-product retrieval: Query device adverse events (MAUDE), device recalls and 510(k) clearances, food/supplement/cosmetic CAERS reports, veterinary drug adverse events, drug shortages, and cross-product enforcement/recall reports through ToolUniverse openFDA tools.
- Query grammar guidance: Build valid field-scoped Lucene queries (space-separated AND, dot-path nested fields, correct date formats) and avoid syntax that breaks openFDA requests.
- Interpretation tables: Map raw openFDA fields (event_type, classification, VeDDRA terms, shortage status) to their regulatory meaning, with mandatory limitations on spontaneous-report data.
- Use Case: Ask whether ketorolac injection is currently in shortage; the Skill queries /drug/shortages.json with dosage_form and status filters and reports the shortage reason, availability, and manufacturer.
Quick Start
Ask the agent to check whether there are any reported deaths in adverse-event reports for pacemakers using the product safety surveillance skill.