download
Check the status of pending file downloads and list all downloaded files in the current session.
Instructions
Check status of file downloads or list all downloaded files in this session. Downloads happen automatically when you click download links or navigate to files (PDFs, CSVs, etc.) — you do NOT need to call this tool to trigger downloads. Use this tool to:
Wait for a large download to finish: download()
List all downloaded files: download({ action: "list" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | status: check/wait for pending downloads, list: show all session downloads | status |
| timeout | No | Max wait time in ms for pending downloads (default: 30000) |