Skip to main content
Glama

copy

Copy files or directories with atomic write and permission preservation. Use dry run to preview, and overwrite to replace locked files on Windows.

Instructions

Copies a file or directory to a new location. File copy uses atomic write (temp file + rename) and preserves permissions. Directory copy recreates the full directory structure recursively. Use dry_run=true to preview what would be copied without doing it. On Windows, handles locked files (running executables, loaded DLLs) by renaming the locked file aside before replacing it. Use overwrite=true when updating a running binary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoAbsolute path to the source file or directory,required
destinationNoAbsolute path to the destination,required
srcNoAlias for source
dstNoAlias for destination
overwriteNoOverwrite existing destination: true or false. Default: false
dry_runNoPreview what would be copied without doing it: true or false. Default: false
Behavior5/5

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

With no annotations, the description fully discloses all important behaviors: atomic write, permission preservation, recursive directory copy, dry-run support, and Windows-specific handling of locked files.

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?

Six sentences with front-loaded purpose; each sentence adds value without excessive verbosity, though could be slightly more concise.

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 file copy tool with multiple parameters and no output schema, the description covers key behaviors and error scenarios (locked files) adequately, but lacks details on return values or error handling.

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

Parameters4/5

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

Schema covers all parameters (100% coverage), but the description adds valuable context beyond schema, such as explaining dry_run purpose and Windows overwrite behavior, enhancing understanding.

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

Purpose5/5

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

The description clearly states 'Copies a file or directory to a new location' with specific verb and resource, and details like atomic write, directory recreation, and Windows handling differentiate it from sibling tools like rename or backup.

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

Usage Guidelines4/5

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

Provides explicit guidance on dry_run, overwrite, and Windows locked file handling, but does not explicitly contrast with sibling tools or state when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/knewstimek/agent-tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server