Skip to main content
Glama
HenriquePvAr

RAMPAP Productivity

by HenriquePvAr

Listar arquivos

listar_arquivos
Read-only

List files and folders in an allowed directory, returning names, paths, types, sizes, and modification dates without altering content. Optionally include subfolders.

Instructions

Ação somente leitura: lista arquivos e pastas dentro de uma pasta autorizada (padrão ou liberada pelo usuário). Não retorna o conteúdo dos arquivos, apenas nome, caminho, tipo, extensão, tamanho e data de modificação — nenhum arquivo é alterado. Não é necessário pedir confirmação para usar esta ferramenta; ao usuário, descreva a ação em linguagem simples (ex.: "Vou apenas verificar os arquivos dessa pasta"), sem citar o nome técnico da ferramenta. Use recursivo=true para incluir subpastas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pastaYesCaminho da pasta a listar (deve estar dentro de Desktop, Documents ou Downloads).
limiteNoMáximo de itens retornados (padrão 500).
recursivoNoSe true, também lista subpastas.
Behavior5/5

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

Even though annotations already declare readOnlyHint=true and destructiveHint=false, the description adds meaningful behavior beyond that: it scopes listing to authorized folders, clarifies that file contents are never returned, and gives explicit user-communication instructions. This gives the agent a clear behavioral contract.

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?

Four sentences with no filler. The read-only nature is front-loaded, followed by return-value scope, safety reassurance, and the practical recursive flag instruction. Every sentence contributes something useful for invocation.

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 relatively simple listing tool, the description is nearly complete: it names the metadata returned, confirms no content is exposed, and instructs on how to communicate with the user. With no output schema, a bit more detail about the return shape or ordering could help, but the listed fields and parameters cover most agent needs.

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%, so the baseline is 3. The description adds minor context about the pasta argument being authorized and the recursive flag, but mostly repeats information already present in the schema. It does not materially improve parameter understanding beyond the 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 states a specific verb and resource: it lists files and folders inside an authorized directory. It clearly defines scope by saying exactly what is returned (name, path, type, extension, size, modification date) and what is not returned (file contents), which differentiates it from content-reading and modification tools.

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

Usage Guidelines3/5

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

The description gives useful operational context: it is read-only, requires no confirmation, and should be announced to the user in plain language. However, it does not explicitly tell the agent when to choose this tool over related alternatives like buscar_arquivos or obter_metadados, so usage guidance is implied rather than explicit.

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