[NexVigilant Station] DailyMed Drug Labels
Extract structured drug labeling data from DailyMed SPL documents DISCLAIMER: This WebMCP configuration was developed by NexVigilant, LLC and is provided as a community resource to assist AI agents in navigating pharmacovigilance and drug research 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.
Tools (5)5 verified
get-safety-announcementsextractverified
by MatthewCampCorp
Get the list of Drug Safety Announcements from the data table, including title and date
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: #DataTables_Table_0
Auto-submit: false
Result selector: #DataTables_Table_0 tbody tr
Result extract: list
get-page-contentextractverified
by MatthewCampCorp
Get the main page content text including section descriptions and resource links
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: .layout-content
Auto-submit: false
Result selector: .layout-content
Result extract: text
get-announcement-linksextractverified
by MatthewCampCorp
Get all announcement links from the data table with their URLs
Input Schema
{
"type": "object",
"properties": {}
}Execution Metadata
Selector: #DataTables_Table_0
Auto-submit: false
Result selector: #DataTables_Table_0 tbody td a[href]
Result extract: list
fill-announcement-searchfillverified
by MatthewCampCorp
Fill the announcement search/filter field to filter the data table. After calling this, use browser_press_key({ key: 'Enter' }) or wait for auto-filter.
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search term to filter announcements"
}
}
}Execution Metadata
Selector: #search-filter
Fields (1): query (text)
Auto-submit: false
select-year-filterfillverified
by MatthewCampCorp
Filter the Drug Safety Announcements table by year. Values: -1 (all years), 0 (2026), 1 (2025), 2 (2024), 3 (2023), 4 (2022), 5 (2021), 6 (2020), 7 (2019), 8 (2018), 9 (2016)
Input Schema
{
"type": "object",
"required": [
"year"
],
"properties": {
"year": {
"type": "string",
"description": "Year index to filter by: -1=all, 0=2026, 1=2025, 2=2024, etc."
}
}
}Execution Metadata
Selector: #lcds-datatable-filter--year-filter
Fields (1): year (select)
Auto-submit: false
Config ID: 0aaff15c-5bd9-4004-a30a-d1a3867e3c12
Created: 3/6/2026
Updated: 3/8/2026