AI Agent Hub
Back to skills
Tencent Docs MCP Toolkit icon

Tencent Docs MCP Toolkit

Office Efficiency Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Install @user_7e25a48a/1234123 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem This Skill Solves

Working with Tencent Docs MCP often splits common tasks across document types, content APIs, file management, and async workflows. Engineers need to know when to use smartcanvas for reports and notes, smartsheet for structured data, sheet for Excel-like calculations, slide for presentations, or mind and flowchart for diagrams. This skill organizes those choices into a practical route: select the document type by task, then follow a stable sequence for search, reading, creation, management, and polling.

How It Works

The skill covers online documents, Excel, PPT, mind maps, flowcharts, smartsheets, forms, and knowledge-base space management. For new documents, it defaults to create_smartcanvas_by_mdx; existing documents are edited with smartcanvas.*. Structured workflows start with smartsheet.list_tables to obtain sheet_id, then continue with the relevant smartsheet.* tools. A common read path is manage.search_file to find a document, capture its file_id, and then call get_content for the full content. Creation calls can pass parent_id to place a document in a specific folder, and node_id doubles as the document file_id. Async tasks such as PPT generation or scrape_url web clipping are better handled by a polling sub-session so the main conversation stays responsive.

Boundaries And Caveats

Parameter behavior should follow the actual tool schema, especially for file_id, content, pagination, and permission fields. Node deletion defaults to removing only the current node, so recursive deletion needs care. When errors appear, start with the error code: confirm authorization, tool availability, and parameter validity before trying alternate calls. If a requested capability is absent from the tool list, the correct move is to report the unsupported feature rather than promise an unavailable workflow.

Use Cases

  • Convert a Markdown product weekly report into a Tencent Docs smartcanvas document in a chosen space folder.
  • Search an existing file by keyword, get file_id, read full content with get_content, then edit it.
  • Use smartsheet.list_tables to get sheet_id, then query fields, add rows, and organize views.
  • Route meeting notes, flowcharts, and forms to the right tools, then rename, move, and set permissions.

Best For

  • Agents or engineers who need to write Markdown reports, PRDs, and summaries into Tencent Docs.
  • Automation engineers who search old documents, read full content, and continue editing.
  • Ops or data owners who manage smartsheet fields, sheet_id, views, and new records.
  • Platform engineers who need Tencent Docs space nodes, file moves, permissions, and form creation.