Skip to main content
Glama
HenriquePvAr

RAMPAP Productivity

by HenriquePvAr

Copiar arquivo ou pasta

copiar_item

Copies a file or folder to another authorized location while keeping the original in place. Detects destination conflicts and can auto-rename instead of overwriting.

Instructions

Copia um arquivo ou pasta (recursivamente) para outro local, sempre dentro de pastas autorizadas. Por padrão, se o destino já existir, retorna um erro de conflito em vez de sobrescrever (use conflictStrategy='rename' para gerar automaticamente um nome livre). Antes de executar, informe ao usuário qual item será copiado e para qual localização, deixando claro que o arquivo original será mantido no lugar de origem. Depois de copiar, confirme o resultado. Não cite o nome técnico da ferramenta ao usuário; se houver conflito de nome no destino, explique a situação antes de decidir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
origemYesCaminho do arquivo ou pasta a copiar.
destinoYesCaminho completo de destino (incluindo o nome final).
conflictStrategyNoComo lidar se o destino já existir.error
Behavior5/5

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

With all annotations false, the description carries the full burden and succeeds: it discloses recursive copying, that the original is preserved, that an existing destination produces a conflict error by default, that conflictStrategy='rename' auto-generates a free name, and that operations are confined to authorized folders. This goes well beyond what annotations or schema reveal.

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 appropriately sized: core operation and conflict behavior come first, followed by required user-communication steps. Every sentence carries useful information, including the instruction not to cite the technical tool name. It is slightly long but not padded, so it earns a 4 rather than a 5.

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 mutation tool with no output schema and no annotations, the description covers the essential operational constraints: authorized folders, non-overwrite default, conflict resolution via rename, original retention, and user-facing confirmation steps. It does not specify success return values, but this is a simple copy operation and the description is otherwise complete enough for correct invocation.

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 coverage is 100%, so the baseline is 3; the description adds meaningful value by explaining the conflictStrategy behavior in detail (error vs. rename) and by clarifying that copy is recursive and destination-paths must respect authorized folders. This enriches the otherwise minimal schema parameter descriptions.

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 opens with a specific verb and resource: 'Copia um arquivo ou pasta (recursivamente) para outro local'. It clearly states the scope (within authorized folders) and explicitly says the original remains in place, which distinguishes it from mover_item. An agent can tell this is a non-moving copy operation without needing to inspect siblings.

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 provides clear context for use: it copies recursively only within authorized folders, and the default conflict behavior is explained. The phrase 'o arquivo original será mantido no lugar de origem' implicitly differentiates it from mover_item. However, it does not explicitly name when to prefer this tool over alternatives or state a when-not-to-use condition, so it falls short of a 5.

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/HenriquePvAr/rampap-file-manager-mcp'

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