You're viewing a demo portfolio

Join the waitlist
PRSM

fda_company_compliance_timeline

Active

Tool of FDA Data MCP

declared in 0.1.0

Build a reverse-chronological compliance timeline for one company and any linked subsidiaries. Combines inspections, warning letters, import alerts, import refusals, debarments, and recall/enforcement events into one dated feed.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "company"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 25,
      "maximum": 100,
      "minimum": 1,
      "description": "Maximum number of combined timeline events to return"
    },
    "company": {
      "type": "string",
      "maxLength": 500,
      "description": "Company name to build the timeline for"
    },
    "verbose": {
      "type": "boolean",
      "default": false,
      "description": "When false (default), suppress the inline alias dump and collapse per-dataset data_freshness to a single top-level as_of. Set true for the full block."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

FDA Data MCP

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

1/7 registries
View full server →