Skip to main content
Glama
zymeli

MinIO PUT MCP Server

by zymeli

put_file

Upload a single local file to MinIO with automatic path construction (did/sid/fid) and metadata upload. Returns a metadata JSON object with identifiers and timestamp.

Instructions

上传单个本地文件到 MinIO。自动构建目标路径为 did/sid/fid,并上传元数据 JSON。返回元数据 JSON 对象 (含 did/sid/fid/originalInput/putResult/timestamp)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYes本地文件路径
metadataNo文件元数据(可选)
bucketNameYes目标存储桶名称
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 explains the automatic path construction and metadata upload, and specifies the return value. However, it does not disclose error handling, overwrite behavior, or permission requirements, leaving some gaps for a mutating 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 concise, consisting of two sentences that front-load the main action and efficiently cover the purpose, behavior, and return value. No unnecessary information is present.

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 moderate complexity (3 parameters, nested object, no output schema), the description adequately covers the tool's action, return format, and key behavioral detail (path construction). It is missing some context about siblings and error scenarios, but overall is fairly complete.

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 already covers all parameters with descriptions (100% coverage), so baseline is 3. The description adds value by explaining the automatic path construction (did/sid/fid), which is not in the schema, thereby enhancing understanding of the filePath and metadata parameters.

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 single local file to MinIO, automatically builds a path structure, and uploads metadata JSON. The word '单个' (single) distinguishes it from the sibling tool 'put_files', which implies multiple files.

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 on when to use this tool versus alternatives like put_files or put_stream is provided. The description only implies it is for single local files, but does not mention exclusions or context for choosing it.

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/zymeli/minio-put-mcp'

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