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_userREADGet the current Tencent Docs user profile for the OAuth access token.
batch_update_docWRITEApply up to thirty Tencent Docs document V3 batch update operations.
INPUTS: fileID / requests / version
convert_file_idREVIEWConvert between Tencent Docs fileID and encodedID values.
INPUTS: type / value
batch_update_sheetWRITEApply up to five Tencent Docs spreadsheet V3 batch update operations.
INPUTS: fileID / requests
create_fileWRITECreate a Tencent Docs online document, sheet, form, slide, or smart sheet.
INPUTS: title / type / templateID / templateVersion / folderID
generate_form_resultREVIEWGenerate the result spreadsheet for a Tencent Docs form.
INPUTS: formID
get_doc_contentREADGet the structured content and version of a Tencent Docs document.
INPUTS: fileID
get_export_progressREADCheck a Tencent Docs asynchronous export operation and return the download URL when ready.
INPUTS: exportHandle / fileID / operationID
get_file_metadataREADGet Tencent Docs metadata for one file by file ID.
INPUTS: fileID
get_sheet_rangeREADRead cell values and metadata from a Tencent Docs spreadsheet range.
INPUTS: fileID / sheetID / range
list_folderREADList files and folders in a Tencent Docs folder.
INPUTS: folderID / sortType / asc / start / limit
list_smartsheet_sheetsREADList 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_userControl 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_docVerify 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_contentSAFETY 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.