Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

list_objects

Retrieve objects from Qiniu Cloud Storage in batches, using prefix filtering and start_after for pagination. Set max_keys to control the number of items returned per request.

Instructions

List objects in Qiniu Cloud, list a part each time, you can set start_after to continue listing, when the number of listed objects is less than max_keys, it means that all files are listed. start_after can be the key of the last file in the previous listing.

Input Schema

NameRequiredDescriptionDefault
bucketYesQiniu Cloud Storage bucket Name
max_keysNoSets the max number of keys returned, default: 20
prefixNoSpecify the prefix of the operation response key. Only keys that meet this prefix will be listed.
start_afterNostart_after is where you want Qiniu Cloud to start listing from. Qiniu Cloud starts listing after this specified key. start_after can be any key in the bucket.

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Qiniu Cloud Storage bucket Name", "type": "string" }, "max_keys": { "description": "Sets the max number of keys returned, default: 20", "type": "integer" }, "prefix": { "description": "Specify the prefix of the operation response key. Only keys that meet this prefix will be listed.", "type": "string" }, "start_after": { "description": "start_after is where you want Qiniu Cloud to start listing from. Qiniu Cloud starts listing after this specified key. start_after can be any key in the bucket.", "type": "string" } }, "required": [ "bucket" ], "type": "object" }
Install Server

Other Tools from Qiniu MCP Server

Related Tools

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/qiniu/qiniu-mcp-server'

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