DailyMed โ€” Drug Labeling by NexVigilant

dailymed.nlm.nih.govdailymed.nlm.nih.govv1by MatthewCampCorpAll tools verified

Search DailyMed for FDA-approved drug labeling, prescribing information, and safety sections critical for pharmacovigilance case assessment. DISCLAIMER: This WebMCP configuration was developed by NexVigilant, LLC and is provided as a community resource to assist AI agents in navigating pharmacovigilance tools. NexVigilant is not responsible for, and does not officially endorse third-party use of this configuration, and expressly disclaims any and all liability for damages of any kind arising out of the use, reference to, or reliance upon any information or actions performed through this resource. No guarantee is provided that the content is correct, accurate, complete, up-to-date, or that the underlying site structure has not changed. This tool is for educational and professional development purposes only and does not constitute medical or regulatory advice. Built by NexVigilant (https://nexvigilant.com) โ€” Empowerment Through Vigilance.

dailymeddrug-labelingfdaprescribing-informationpharmacovigilancenexvigilantnlm

Tools (8)8 verified

search-drug-labelsmulti-stepverified

1

by MatthewCampCorp

Search DailyMed for drug labels by name, NDC, or active ingredient โ€” essential for PV case assessment

Input Schema
{
  "type": "object",
  "properties": {}
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result extract: list

Steps (1): navigate

browse-recent-labelsmulti-stepverified

1

by MatthewCampCorp

Browse recently updated drug labels on DailyMed

Input Schema
{
  "type": "object",
  "properties": {}
}
Annotations
{
  "readOnlyHint": "true",
  "idempotentHint": "true",
  "destructiveHint": "false"
}
Execution Metadata

Selector: body

Auto-submit: false

Result extract: list

Steps (1): navigate

navigate-drug-label-historymulti-stepverified

0

by MatthewCampCorp

[NexVigilant Station] Navigate to DailyMed REST API to retrieve version history of a drug label by SETID. Tracks labeling changes over time โ€” critical for safety signal evolution tracking.

Input Schema
{
  "type": "object",
  "required": [
    "setId"
  ],
  "properties": {
    "setId": {
      "type": "string",
      "description": "SPL Set ID (UUID) of the drug label"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

Steps (1): navigate

get-adverse-reactions-sectionextractverified

0

by MatthewCampCorp

[NexVigilant Station] Extract the adverse reactions section from a DailyMed drug label page. Returns the full text of Section 6 (Adverse Reactions) from the currently displayed SPL label.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: #Section_6, [data-sectioncode='34084-4'], .Section[id*='adverse'], .Section[id*='Adverse']

Result extract: text

get-drug-warningsextractverified

0

by MatthewCampCorp

[NexVigilant Station] Extract the warnings and precautions section from a DailyMed drug label page. Returns Section 5 (Warnings and Precautions) from the currently displayed SPL label.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: #Section_5, [data-sectioncode='43685-7'], .Section[id*='warning'], .Section[id*='Warning']

Result extract: text

get-boxed-warningextractverified

0

by MatthewCampCorp

[NexVigilant Station] Extract the boxed warning (black box warning) from a DailyMed drug label page. Returns the highest-severity FDA warning section if present.

Input Schema
{
  "type": "object",
  "properties": {}
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: .Warning, [data-sectioncode='34066-1'], .boxWarning, #boxedWarning, .ContentBox

Result extract: text

navigate-drug-by-ndcmulti-stepverified

0

by MatthewCampCorp

[NexVigilant Station] Navigate to DailyMed REST API to look up a drug by its National Drug Code (NDC). Returns SPL label metadata linked to the specific NDC product code.

Input Schema
{
  "type": "object",
  "required": [
    "ndc"
  ],
  "properties": {
    "ndc": {
      "type": "string",
      "description": "National Drug Code (NDC) in format XXXXX-XXXX or XXXXX-XXXX-XX"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

Steps (1): navigate

navigate-drug-labelmulti-stepverified

0

by MatthewCampCorp

[NexVigilant Station] Navigate to DailyMed REST API to retrieve the full drug label (SPL) for a specific drug by name. Returns all label sections including indications, dosage, warnings, and adverse reactions.

Input Schema
{
  "type": "object",
  "required": [
    "drugName"
  ],
  "properties": {
    "drugName": {
      "type": "string",
      "description": "Drug name to search for (generic or brand)"
    }
  }
}
Execution Metadata

Selector: body

Auto-submit: false

Result selector: body

Result extract: text

Steps (1): navigate

Config ID: 299dfa75-4666-4009-accf-a7c15f24368e

Created: 3/6/2026

Updated: 3/6/2026