Skip to main content
Glama
Patr56

yadisk-mcp

by Patr56

list_files

Fetch a paginated, sortable directory listing from Yandex Disk, specifying path, limit, and offset to control output.

Instructions

List files and folders at the given Yandex Disk path.

Args: path: Path on Yandex Disk (e.g. "/" or "/Documents"). limit: Max items to return (1–100). offset: Offset for pagination. sort: Sort field: name, created, modified, size. Prefix with "-" for descending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo/
sortNoname
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It makes the read-only nature evident through 'List' and explains pagination with offset and limit. However, it does not disclose potential errors, permission requirements, or whether the listing is direct-children-only or recursive.

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 a tightly structured docstring with a front-loaded purpose sentence followed by a clear parameter list. Every line earns its place, and it avoids fluff while covering all key details.

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?

Given the output schema exists and the tool is a straightforward directory listing, the description covers the essential context: path, pagination, and sorting. A small gap is the lack of explicit mention that only direct children are listed, but the phrasing 'at the given path' implies this.

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?

With schema description coverage at 0%, the description thoroughly compensates by explaining every parameter: path with examples, limit range (1–100), offset for pagination, and sort field values including descending prefix '-'. This adds meaning far beyond the bare schema.

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

Purpose4/5

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

The description opens with a clear verb and resource: 'List files and folders at the given Yandex Disk path.' It specifies path-based listing, which is distinct from siblings like list_recent_files or list_trash, though it does not explicitly name those alternatives.

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?

Usage is implied through the path parameter and listing semantics, but the description provides no explicit 'when to use this vs. search_files or list_recent_files' guidance. It does not state exclusions or mention when a different tool would be more appropriate.

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/Patr56/yadisk-mcp'

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