This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
search_drug_labels
InactiveTool of fda
declared in 0.1.0
Search FDA drug labeling for indications, warnings, dosage, and adverse reactions. Returns relevant label sections. Use to check drug safety profiles, contraindications, or usage guidelines.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 5,
"query": "metformin"
},
{
"query": "lisinopril"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 5, max 100)"
},
"query": {
"type": "string",
"description": "Search query (e.g., a drug brand name, generic name, or active ingredient)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
fda
https://github.com/pipeworx-io/mcp-fda
1/7 registries