get_prescription
Downloads a prescription PDF from the provided download URL and saves it to a local file path, giving you direct access to the document.
Instructions
Download a prescription PDF by its download_url from list_prescriptions().
Args: download_url: The download_url field from list_prescriptions() output.
Returns the file path where the PDF was saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |