Tencent Docs MCP integration for AI agents.

Connect AI agents to Tencent Docs through 16 structured actions, including get current user, batch update doc, and convert file id. Review authentication, in…

ACTION CONTRACTS
16
AUTHENTICATION
OAuth 2.0
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the Tencent Docs integration exposes

The Tencent Docs Agent App exposes 16 provider-backed actions for productivity and storage work. Its current contract lets an authorized agent get the current tencent docs user profile for the oauth access token, apply up to thirty tencent docs document v3 batch update operations, and convert between tencent docs fileid and encodedid values. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses OAuth 2.0. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Tencent Docs account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Tencent Docs capabilities.

Showing 12 of 16 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_current_userREAD

Get the current Tencent Docs user profile for the OAuth access token.

batch_update_docWRITE

Apply up to thirty Tencent Docs document V3 batch update operations.

INPUTS: fileID / requests / version

convert_file_idREVIEW

Convert between Tencent Docs fileID and encodedID values.

INPUTS: type / value

batch_update_sheetWRITE

Apply up to five Tencent Docs spreadsheet V3 batch update operations.

INPUTS: fileID / requests

create_fileWRITE

Create a Tencent Docs online document, sheet, form, slide, or smart sheet.

INPUTS: title / type / templateID / templateVersion / folderID

generate_form_resultREVIEW

Generate the result spreadsheet for a Tencent Docs form.

INPUTS: formID

get_doc_contentREAD

Get the structured content and version of a Tencent Docs document.

INPUTS: fileID

get_export_progressREAD

Check a Tencent Docs asynchronous export operation and return the download URL when ready.

INPUTS: exportHandle / fileID / operationID

get_file_metadataREAD

Get Tencent Docs metadata for one file by file ID.

INPUTS: fileID

get_sheet_rangeREAD

Read cell values and metadata from a Tencent Docs spreadsheet range.

INPUTS: fileID / sheetID / range

list_folderREAD

List files and folders in a Tencent Docs folder.

INPUTS: folderID / sortType / asc / start / limit

list_smartsheet_sheetsREAD

List child sheets inside a Tencent Docs Smartsheet file.

INPUTS: fileID

INPUT CONTRACTS

Know what the action needs before it runs.

batch_update_doc

fileIDREQUIRED
The Tencent Docs document file ID.
requestsREQUIRED
The Tencent Docs document batch update requests.
versionOPTIONAL
The document version used for optimistic concurrency.

convert_file_id

typeOPTIONAL
The conversion type. Use 1 for fileID to encodedID or 2 for encodedID to fileID.
valueOPTIONAL
The ID value to convert.

batch_update_sheet

fileIDOPTIONAL
The Tencent Docs spreadsheet file ID.
requestsOPTIONAL
The Tencent Docs spreadsheet batch update requests.

create_file

titleREQUIRED
The document title. Tencent Docs limits it to 36 characters.
typeREQUIRED
The Tencent Docs file type to create.
templateIDOPTIONAL
The Tencent Docs official template ID to use.
templateVersionOPTIONAL
The template version to use. Defaults to 0.
folderIDOPTIONAL
The parent folder ID. Defaults to the root folder.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Current User

Get the current Tencent Docs user profile for the OAuth access token. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_current_user

Control Batch Update Doc

Apply up to thirty Tencent Docs document V3 batch update operations. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

batch_update_doc

Verify with Get Doc Content

Get the structured content and version of a Tencent Docs document. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_doc_content

SAFETY BOUNDARY

Operate Tencent Docs with explicit limits

  • Authorize Tencent Docs with OAuth 2.0 and grant only the provider access required by the selected actions.
  • 4 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
  • The sampled contract declares provider scopes including `tencent_docs.doc.write`, `tencent_docs.sheet.write`, `tencent_docs.drive.read`, and `tencent_docs.drive.create`; verify the complete action contract before execution.
  • After a call, inspect the structured result and execution record before reporting that the Tencent Docs task completed successfully.

CONNECTION MODEL

OAuth 2.0

Tencent Docs uses OAuth 2.0. Connection requirements and availability are determined by the provider and the Working Machines deployment.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
9
WRITE SIGNALS
4
HIGH IMPACT
0
REVIEW SIGNALS
3

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Tencent Docs.

Official Tencent Docs website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS