Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

get_object

Retrieve object contents from a Qiniu Cloud Storage bucket by specifying the bucket name and object key.

Instructions

Get an object contents from Qiniu Cloud bucket. In the GetObject request, specify the full key name for the object.

Input Schema

NameRequiredDescriptionDefault
bucketYesQiniu Cloud Storage bucket Name
keyYesKey of the object to get.

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Qiniu Cloud Storage bucket Name", "type": "string" }, "key": { "description": "Key of the object to get.", "type": "string" } }, "required": [ "bucket", "key" ], "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