search_drugs fuzzy-searches the fax-PA drug catalog and returns canonical full_name strings suitable for drug_info.medication_strength on Fill Prior Authorization. The catalog currently covers Wegovy, Ozempic, Zepbound, and Mounjaro — all SKUs.
Matching is case-insensitive with exact > prefix > substring > token/fuzzy ranking.
Parameters
Example
- Python
- TypeScript
Response
Each match is an object with a singlefull_name field — the canonical Brand Strength Form string.
Next step
Pass the resolvedfull_name as drug_info.medication_strength when you call Fill Prior Authorization, or use the drug_name (e.g. "wegovy") in Get Clinical Questions.