list_files
List all files in a Zenodo record, returning metadata (filename, size, type, checksum) and download URLs for each.
Instructions
List all files in a Zenodo record with metadata and download URLs.
The agent receives URLs and can use them as needed. No files are written to disk by this tool.
Parameters
record_id : int The numeric Zenodo record ID.
Returns
list[dict] List of files with filename, size, type, checksum, and download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |