Tencent Cloud COS MCP Server

Official

getObject

Retrieve files from Tencent Cloud Object Storage (COS) buckets using the MCP protocol. Specify the file path to download content directly without coding, enabling efficient file access and management.

Instructions

下载存储桶内的文件

Input Schema

NameRequiredDescriptionDefault
objectKeyYes文件的路径

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "objectKey": { "description": "文件的路径", "type": "string" } }, "required": [ "objectKey" ], "type": "object" }
ID: f0txfug2gr