What problem does it solve?
The Tencent Docs MCP Skill enables programmatic control over Tencent Docs MCP APIs, simplifying the end-to-end workflow of creating, editing, and managing cloud documents, spaces, and permissions.
Core Features & Use Cases
- Create and format SmartCanvas documents using MDX or Markdown templates via create_smartcanvas_by_mdx and smartcanvas helpers.
- Manage cloud documents across multiple types (doc, sheet, form, slide, mind, flowchart, smartcanvas) and handle spaces, folders, and permissions with manage.* and API endpoints.
- Retrieve and manipulate document content (get_content, get_outline, get_top_level_pages) and automate document operations like find/insert/update via docengine, Tencent MCP server.
Quick Start
Use the MCP Skill to create a SmartCanvas document from a Markdown description by calling create_smartcanvas_by_mdx with title and MDX content, then browse the resulting file via the provided URL.