Skip to main content
Glama

Tencent Cloud COS MCP Server

by 156554395

upload_multiple

Upload multiple files to Tencent Cloud Object Storage (COS) by specifying local file paths and optional object keys for cloud storage management.

Instructions

批量上传多个文件到腾讯云COS

Input Schema

NameRequiredDescriptionDefault
filesYes文件数组,每个元素包含file_path和可选的object_key

Input Schema (JSON Schema)

{ "properties": { "files": { "description": "文件数组,每个元素包含file_path和可选的object_key", "items": { "properties": { "file_path": { "description": "本地文件路径", "type": "string" }, "object_key": { "description": "上传后在COS中的对象键名", "type": "string" } }, "required": [ "file_path" ], "type": "object" }, "type": "array" } }, "required": [ "files" ], "type": "object" }

Other Tools from Tencent Cloud COS 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/156554395/tx-cos-mcp'

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