Skip to main content
Glama
vino3dx
by vino3dx

copy_file

Destructive

Copies a file to a target location, with optional overwrite of existing files, for managing assets within 3ds Max projects.

Instructions

复制文件(可选覆盖)。 [English] Copy a file (optionally overwriting).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes源文件。 | Source file.
overwriteNo是否覆盖已存在的目标,默认是。 | Overwrite an existing destination, default true.
destinationYes目标文件或目录。 | Destination file or directory.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that overwriting is optional, which implies the destination may be replaced while the source remains intact. This adds behavioral context beyond the destructiveHint annotation, though it does not mention permission requirements or failure outcomes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, with the key behavior stated immediately. It contains minor bilingual redundancy but no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple file-copy operation with full parameter schema coverage and relevant annotations, the description is adequate. It could be more complete by mentioning behavior when overwrite is false and the destination exists, but the core invocation needs are covered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and each parameter already has a clear description. The tool description only reinforces the overwrite option and adds little beyond the structured schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the specific action (copy), the resource (file), and the optional overwrite behavior. It is clear but does not explicitly contrast with sibling file tools, though the copy action is distinctive enough on its own.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus alternatives such as write_text_file, read_text_file, or delete_file. There are no stated conditions, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools