zip_files
把多个文件打包成一个 ZIP,存入文件中转站并返 15 分钟下载 URL。
单包上限 50 个文件 / 200MB 原始体积;同名文件自动加序号。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_ids | Yes | 要打包的文件 ID 列表(1-50 个) | |
| zip_name | No | 压缩包文件名(可选,自动补 .zip) |
把多个文件打包成一个 ZIP,存入文件中转站并返 15 分钟下载 URL。
单包上限 50 个文件 / 200MB 原始体积;同名文件自动加序号。
| Name | Required | Description | Default |
|---|---|---|---|
| file_ids | Yes | 要打包的文件 ID 列表(1-50 个) | |
| zip_name | No | 压缩包文件名(可选,自动补 .zip) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavior. It explicitly mentions limits (50 files / 200MB), auto-renaming for duplicate names, and the temporary 15-minute download URL, which are useful behavioral details beyond the schema. It does not cover all edge cases (e.g., error handling), but it is more transparent than typical.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: the first sentence states the primary action and outcome, while the second provides constraints. Every sentence adds value, with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter tool with no output schema, the description is complete. It explains what the tool does, how the result is returned (a 15-min URL), and the key constraints. An agent can confidently invoke it without ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%: both file_ids and zip_name have descriptions, so the description adds minimal new parameter-level details. It does add the auto-renaming behavior for files with the same name, which is a minor semantic enhancement, but essentially the schema already handles parameter explanations.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: it packages multiple files into a ZIP, stores it in the transfer station, and returns a 15-minute download URL. This is a specific verb-object pairing that distinguishes it from sibling tools like download_file or create_share_link.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its usage context: when you need to bundle multiple files into a single ZIP for temporary download. It does not explicitly name alternatives or exclusions, but the context is clear enough. Sibling tools are all file operations, making the ZIP-specific purpose apparent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.