Skip to main content
Glama

MinIO Storage MCP

list_objects

Retrieve a list of objects within a MinIO storage bucket, optionally filtering by prefix and enabling recursive search for organized file management.

Instructions

列出存储桶中的对象

Input Schema

NameRequiredDescriptionDefault
bucketNameYes存储桶名称
prefixNo对象名前缀(可选)
recursiveNo是否递归列出

Input Schema (JSON Schema)

{ "properties": { "bucketName": { "description": "存储桶名称", "type": "string" }, "prefix": { "description": "对象名前缀(可选)", "type": "string" }, "recursive": { "default": false, "description": "是否递归列出", "type": "boolean" } }, "required": [ "bucketName" ], "type": "object" }

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/pickstar-2002/minio-storage-mcp'

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