get_all_drug_names
Retrieve a paginated list of all drug names from the FDA's DailyMed database for comprehensive reference and lookup.
Instructions
Get all available drug names in the DailyMed database with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-based, default: 1) | |
| pageSize | No | Number of results per page (default: 100, max: 100) |