Skip to main content
Glama
Patr56

yadisk-mcp

by Patr56

delete

Remove a file or folder at the specified path. Set 'permanently' to true to skip the trash and erase data permanently.

Instructions

Delete a file or folder.

Args: path: Path to delete (e.g. "/Documents/old_file.txt"). permanently: If True, skip trash and delete permanently. Default False.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
permanentlyNo
Behavior3/5

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

The description discloses the key behavioral distinction: deleting without 'permanently' sends items to trash, while 'permanently=True' skips trash. However, it does not mention potential consequences like irreversible loss, permission requirements, or how folders are handled (e.g., recursive deletion), leaving gaps for a destructive operation.

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 brief and well-structured: a one-line purpose followed by an Args block with two clear entries. No filler, repetition, or unnecessary detail.

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?

The description covers the essential semantics of a two-parameter delete operation with no output schema. It clearly communicates the trash vs. permanent behavior, but could be enriched by explicitly addressing folder deletion and the relationship to trash management tools like empty_trash and restore_from_trash.

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?

With zero schema description coverage, the description compensates well. 'Path' is given a concrete example, and 'permanently' is defined as 'skip trash and delete permanently with Default False', adding meaningful context beyond the schema's type and default.

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 opening line 'Delete a file or folder' is a specific verb+resource statement that clearly distinguishes this tool from siblings like copy, move, or rename. The parameter details reinforce the delete action without ambiguity.

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 provides no guidance on when to use this tool versus alternatives such as list_trash, restore_from_trash, or empty_trash. It does not mention the default trash behavior as a usage consideration or explain how this tool fits into the trash lifecycle.

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