Tencent Cloud COS MCP Server

Official

createDocToPdfJob

Convert documents to PDF format using Tencent Cloud COS MCP Server. Specify the object key to automate file processing without manual coding, enabling streamlined document management and storage.

Instructions

创建文档转 pdf 处理任务

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