download_attachment
Save an Indico attachment to your computer using its download URL from list_event_attachments. Returns local path, filename, type, and size.
Instructions
Download a file attachment from Indico and save it locally.
Use list_event_attachments first to get the download_url for the file you want. Returns the local file path, filename, content type, and size.
Files are saved to a temporary directory by default, or to a specified path. Maximum file size: 100 MB.
IMPORTANT — data sensitivity: the file content will be read by the LLM if you
open or parse it after downloading. If list_event_attachments showed
is_protected: true for this attachment, or if the event appears to contain
confidential material, confirm with the user before proceeding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_url | Yes | The download_url from list_event_attachments output. | |
| save_to | No | Local file path to save the file to. If not provided, saves to a temp directory. | |
| instance | No | Named Indico instance to query. Use only configured names. If omitted, the server default instance is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||