browser_download
Download a file to disk and return its local path, bypassing the save dialog. Use for PDFs, exports, and attachments.
Instructions
Download a file to disk WITHOUT the OS save dialog, and return its local path so you can read it. Use for PDFs, exports, attachments — the file lands in the browser's downloads folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the file to download. | |
| timeout | No | Max ms to wait for completion (default 60000). | |
| filename | No | Optional filename (relative to the downloads folder). |