Skip to main content
Glama
Patr56

yadisk-mcp

by Patr56

upload_local_file

Upload a local file to Yandex Disk (up to 100 MB). Provide the file's local path and destination on the disk, plus optional overwrite.

Instructions

Upload a local file to Yandex Disk (blocking). Use for files under ~100 MB. For large files use upload_local_file_background to avoid timeout.

Args: local_path: Absolute path to the file on the local filesystem. disk_path: Destination path on Yandex Disk (e.g. "/Videos/video.mp4"). overwrite: Overwrite if file already exists on Yandex Disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
disk_pathYes
overwriteNo
local_pathYes
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It mentions 'blocking', a size threshold, and timeout risk. However, it does not describe return values or error handling, leaving a slight gap in transparency.

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 concise and well-structured: a purpose statement, usage guidance, then a clean parameter list. Every sentence adds value, and key info is front-loaded.

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 purpose, usage, and all parameters, which is sufficient for a simple upload tool. It lacks explicit return-value or error-info, but given the tool's simplicity and no output schema, the completeness is strong but not perfect.

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?

The schema has zero descriptions for parameters, but the description explains local_path (absolute path), disk_path (destination with example), and overwrite (overwrite if exists). This fully compensates for the schema gap.

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 uploads a local file to Yandex Disk and specifies it is blocking, distinguishing it from the sibling upload_local_file_background. The verb 'upload' and resource are explicit and unambiguous.

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

Usage Guidelines5/5

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

It explicitly says to use for files under ~100 MB and directs users to upload_local_file_background for large files to avoid timeout. This provides clear when-to-use and alternative guidance.

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