You're viewing a demo portfolio

Join the waitlist
PRSM

fda_resolve_company

Active

Tool of FDA Data MCP

declared in 0.1.0

Resolve a company name to its canonical company_id and list all known aliases. Returns the canonical slug, match confidence, and alias names. Read-only lookup — does not discover new aliases. Related: fda_suggest_subsidiaries (discover potential subsidiaries not yet aliased), fda_company_full (full profile using the resolved name).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "company"
  ],
  "properties": {
    "company": {
      "type": "string",
      "maxLength": 500,
      "description": "Company name to resolve"
    }
  }
}

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 →
fda_resolve_company — FDA Data MCP — PRSM MCP