Tencent Cloud COS MCP Server

Official

putObject

Upload files to Tencent Cloud Object Storage (COS) buckets by specifying file path, name, and target directory, enabling direct file storage without coding.

Instructions

上传文件到存储桶

Input Schema

NameRequiredDescriptionDefault
fileNameNo文件名 (存在存储桶里的名称)
filePathYes文件路径 (包含文件名)
targetDirNo目标目录 (存在存储桶的哪个目录)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileName": { "description": "文件名 (存在存储桶里的名称)", "type": "string" }, "filePath": { "description": "文件路径 (包含文件名)", "type": "string" }, "targetDir": { "description": "目标目录 (存在存储桶的哪个目录)", "type": "string" } }, "required": [ "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from Tencent Cloud COS MCP Server

Related Tools

ID: f0txfug2gr