Tencent Cloud COS MCP Server

Official

getBucket

Retrieve and list files within a specific bucket on Tencent Cloud COS. Use the 'Prefix' parameter to filter results by a path prefix, enabling organized file management and access without coding.

Instructions

查询存储桶内的文件列表

Input Schema

NameRequiredDescriptionDefault
PrefixNo文件列表的路径前缀,默认根路径

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Prefix": { "description": "文件列表的路径前缀,默认根路径", "type": "string" } }, "type": "object" }
ID: f0txfug2gr