Skip to main content
Glama
angenge

rclone-mcp-server

by angenge

rclone_lsjson

Lists files and directories in a remote cloud storage path, returning detailed metadata including hashes, sizes, and modification times for effective cloud storage management.

Instructions

List objects — Lists objects and directories for a remote path, returning the same fields as rclone lsjson.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fsNoRemote name or path to list, for example `drive:`.
optNoOptional JSON-encoded object of listing flags (e.g. `{ "recurse": true, "showHash": true }`).
_asyncNoRun the command asynchronously. Returns a job id immediately.
_groupNoAssign the request to a custom stats group.
remoteNoDirectory path within `fs` to list; leave empty to target the root.
recurseNoSet to true to list directories recursively.
dirsOnlyNoSet to true to return only directory entries.
metadataNoSet to true to include backend-provided metadata maps.
showHashNoSet to true to include hash digests for each entry.
filesOnlyNoSet to true to return only file entries.
hashTypesNoSpecify one or more hash algorithms to include when `showHash` is true (e.g. `md5`).
noModTimeNoSet to true to omit modification times for faster listings on some backends.
noMimeTypeNoSet to true to omit MIME type detection.
showOrigIDsNoSet to true to include original backend identifiers where available.
showEncryptedNoSet to true to include encrypted names when using crypt remotes.
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It states that the tool lists objects and directories, which implies read-only behavior, but does not explicitly state that no modifications occur. It also mentions returning fields like `rclone lsjson`, which adds some context about output shape, but lacks details on pagination, response format, or backend-specific behavior.

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 extremely concise, consisting of a single sentence with a dash-used emphasis. It is front-loaded with the action ('List objects') and includes a useful clarifier about matching `rclone lsjson`. Every word earns its place, and there is no superfluous information.

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

Completeness2/5

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

The tool has 15 parameters and no output schema, yet the description only provides a one-line summary. It fails to mention default behavior (e.g., non-recursive unless `recurse` is set), the return format (JSON array), or any caveats about performance or API usage. The reference to `rclone lsjson` assumes familiarity with the external tool, which may not be available to the agent. This is insufficient for such a complex tool.

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 description coverage is 100%, so the baseline is 3. The description does not add any additional parameter semantics beyond what the schema already provides. Each parameter in the schema has a clear description (e.g., 'recurse', 'dirsOnly'), so the tool description does not need to compensate.

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 the tool's function: 'List objects — Lists objects and directories for a remote path.' It specifies the action (list), resource (objects and directories), and scope (remote path). It also distinguishes from siblings like operations_mkdir and operations_deletefile by its focus on listing. The reference to `rclone lsjson` further clarifies the exact behavior.

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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention any exclusions or prerequisites. Siblings like operations_stat could be confused for listing a single object, but the description provides no comparative context or usage hints.

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/angenge/rclone-mcp-server'

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