curl_download
Download files from a URL directly using curl, with options to specify output filename, resume partial downloads, follow redirects, and set timeout. Designed for efficient file retrieval in MCP server environments.
Instructions
Download a file using curl
Input Schema
Name | Required | Description | Default |
---|---|---|---|
follow_redirects | No | Whether to follow redirects | |
output_filename | No | Output filename (if not provided, will use remote filename) | |
resume | No | Resume partial download if file exists | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL of the file to download |