Skip to main content
Glama

Qiniu MCP Server

Official
by qiniu

upload_local_file

Upload a local file to a specified Qiniu Cloud Storage bucket, using a unique key for file identification, with optional overwrite functionality.

Instructions

Upload a local file to Qiniu bucket.

Input Schema

NameRequiredDescriptionDefault
bucketYesQiniu Cloud Storage bucket Name
file_pathYesThe file path of file to upload.
keyYesThe key under which a file is saved in Qiniu Cloud Storage serves as the unique identifier for the file within that space, typically using the filename.
overwriteNoWhether to overwrite the existing object if it already exists.

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Qiniu Cloud Storage bucket Name", "type": "string" }, "file_path": { "description": "The file path of file to upload.", "type": "string" }, "key": { "description": "The key under which a file is saved in Qiniu Cloud Storage serves as the unique identifier for the file within that space, typically using the filename.", "type": "string" }, "overwrite": { "description": "Whether to overwrite the existing object if it already exists.", "type": "boolean" } }, "required": [ "bucket", "key", "file_path" ], "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