Tencent Cloud COS MCP Server

Official

createMediaSmartCoverJob

Generate a smart cover image for media files stored in Tencent Cloud COS by analyzing content, enhancing visual representation without manual intervention.

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