Skip to main content
Glama
Patr56

yadisk-mcp

by Patr56

unpublish

Revoke public access to a Yandex Disk file or folder. Provide the path to remove its public link and disable sharing.

Instructions

Revoke public access to a file or folder.

Args: path: Path on Yandex Disk (e.g. "/Documents/presentation.pdf").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action 'Revoke public access' without any mention of side effects, required permissions, reversibility, or what happens if the resource is not currently published. This is a significant gap for a mutation tool.

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: a one-line purpose statement and a brief Args section. Every sentence is useful, and the example for the path parameter is front-loaded. There is no redundant information or fluff.

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

Completeness3/5

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

For a tool with a single parameter and no output schema, the description covers the core purpose and parameter meaning adequately. However, it lacks any usage context or behavioral caveats (e.g., prerequisites like 'only works on currently published resources'). Given the simplicity, this is a minimally viable description but not complete enough to guide an agent in all situations.

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?

The schema only provides the parameter name 'path' with a title, and schema description coverage is 0%. The description compensates by defining 'path' as 'Path on Yandex Disk' and providing a concrete example ('/Documents/presentation.pdf'). This adds meaningful context beyond the schema, though it could be slightly more explicit about the path referring to the resource being unpublished.

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 action with a specific verb and resource: 'Revoke public access to a file or folder.' This distinguishes it from siblings like 'publish' (the opposite action) and 'get_public_resource' (reading public access). There is no ambiguity about what the tool does.

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?

No explicit guidance is provided about when to use this tool versus alternatives. The description does not mention when a file should be unpublished, whether it should only be used on previously published resources, or any alternative tools (e.g., 'publish' for opposite action). It leaves the decision entirely to the agent without context.

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