Skip to main content
Glama

move_file

Move a file or directory to a new location. Optionally overwrite existing destinations or preview the action with dry run.

Instructions

Move a file or directory. Existing destinations fail unless overwrite is true.

Args: source: Existing source path destination: Destination path overwrite: Allow replacing an existing destination dry_run: Return the planned action without moving

Returns: JSON string with operation details or an error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
dry_runNo
overwriteNo
destinationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully covers behavior: it discloses that overwrite controls failure vs replacement, describes dry_run to preview actions, and mentions return format. This exceeds the burden without annotations.

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

Conciseness5/5

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

The description is highly concise: a single sentence defines purpose, followed by a bullet-point list of parameters and a return line. Every sentence adds value, and the most important information is front-loaded.

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

Completeness5/5

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

Given 4 parameters, the presence of an output schema, and no annotations, the description is complete: it explains all parameters, behaviors (overwrite, dry_run), and return format. No additional context is needed.

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

Parameters5/5

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

Since schema description coverage is 0%, the description compensates by explicitly defining each parameter's meaning (e.g., 'source: Existing source path', 'dry_run: Return the planned action without moving'), adding crucial context beyond type-only schema.

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 'Move a file or directory', providing a specific verb and resource. It distinguishes from sibling tools like copy_file or rename_file by explicitly naming the action as moving.

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?

The description explains that existing destinations fail unless overwrite is true, giving clear usage context. However, it does not explicitly state when not to use this tool or mention alternatives, though the behavior is well-defined.

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/altic-dev/altic-mcp'

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