Skip to main content
Glama

Tencent Cloud COS MCP Server

Official
by Tencent

putObjectSourceUrl

Download files from a specified URL and upload them directly to a Tencent Cloud COS storage bucket, specifying the target directory and file name.

Instructions

通过 url下载文件并将文件上传到存储桶

Input Schema

NameRequiredDescriptionDefault
fileNameNo文件名 (存在存储桶里的名称)
sourceUrlYes可下载的文件 url
targetDirNo目标目录 (存在存储桶的哪个目录)

Input Schema (JSON Schema)

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

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/Tencent/cos-mcp'

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