get_zip_statistics
Retrieve statistics about remote zip archives by URL, including file details and archive information without downloading the entire file.
Instructions
Get statistics about the remote zip archive.
Args:
url: URL of the remote zip file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "get_zip_statisticsArguments",
"type": "object"
}