Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

get_object

Retrieve contents of a specified object from Qiniu Cloud Storage by providing the bucket name and object key. The tool supports access via Qiniu MCP Server, integrating with AI large model clients.

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" }

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