drug_labels
ActiveTool of io.github.huwhitememes/tollbooth
declared in 0.12.0
Search official FDA drug labels via openFDA. Dosage, warnings, contraindications, active ingredients.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"drug_name"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 5,
"description": "Max results, default 10"
},
"drug_name": {
"type": "string",
"description": "Drug name"
}
}
}Parent server
io.github.huwhitememes/tollbooth
1/7 registries