download_pdf
Download PDF files from web URLs to a local directory for processing with PDF Agent MCP tools. Specify subfolders and filenames for organized storage.
Instructions
Download a PDF from a URL and save it to the PDF agent home directory. Downloads to a specified subfolder (default: 'downloads') and returns the full path of the downloaded PDF.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the PDF to download. Must be a valid HTTP/HTTPS URL. | |
| subfolder | No | Subfolder within ~/pdf-agent/ to save the PDF (default: 'downloads'). Will be created if it doesn't exist. | downloads |
| filename | No | Optional filename for the downloaded PDF. If not provided, will be derived from URL. Extension .pdf will be added if missing. |