Baidu Netdisk MCP integration for AI agents.
Connect AI agents to Baidu Netdisk through 13 structured actions, including download file, create folder, and copy. Review authentication, inputs, workflows…
- ACTION CONTRACTS
- 13
- 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 Baidu Netdisk integration exposes
The Baidu Netdisk Agent App exposes 13 provider-backed actions for storage and productivity work. Its current contract lets an authorized agent download one baidu netdisk file by fs_id into local transit file storage, create one folder at an absolute path below the user's baidu netdisk root, and synchronously copy one baidu netdisk file or folder. 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 Baidu Netdisk account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Baidu Netdisk capabilities.
Showing 12 of 13 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
download_fileREADDownload one Baidu Netdisk file by fs_id into local transit file storage.
INPUTS: fsId
create_folderWRITECreate one folder at an absolute path below the user's Baidu Netdisk root.
INPUTS: path / conflictStrategy
copyREVIEWSynchronously copy one Baidu Netdisk file or folder.
INPUTS: sourcePath / destinationDirectoryPath / newName / conflictStrategy
create_share_linkWRITECreate one Baidu Netdisk share link for one or more files or folders.
INPUTS: fileIds / periodDays / accessCode
create_text_fileWRITECreate one UTF-8 text file through Baidu MCP.
INPUTS: path / content
get_current_accountREADGet the current Baidu Netdisk account and membership summary.
get_quotaREADGet total, used, remaining, free, and expiring Baidu Netdisk capacity.
list_filesREADList all files and folders, or only documents, images, or videos, from the user's Baidu Netdisk root.
INPUTS: path / page / type
moveWRITESynchronously move one Baidu Netdisk file or folder.
INPUTS: sourcePath / destinationDirectoryPath / newName / conflictStrategy
renameREVIEWSynchronously rename one Baidu Netdisk file or folder.
INPUTS: sourcePath / newName / conflictStrategy
search_filesREADSearch files and folders below an absolute Baidu Netdisk directory.
INPUTS: query / path / page / pageSize
semantic_search_filesREADSearch Baidu Netdisk using a natural-language description.
INPUTS: query / path / limit
INPUT CONTRACTS
Know what the action needs before it runs.
download_file
fsIdREQUIRED- The lossless Baidu Netdisk fs_id decimal string.
create_folder
pathREQUIRED- The absolute folder path to create.
conflictStrategyOPTIONAL- How Baidu Netdisk should handle a destination name conflict.
copy
sourcePathREQUIRED- The absolute source path.
destinationDirectoryPathREQUIRED- The absolute destination directory path.
newNameOPTIONAL- A single file or folder name without path separators.
conflictStrategyOPTIONAL- How Baidu Netdisk should handle a destination name conflict.
create_share_link
fileIdsREQUIRED- The file and folder IDs to include in the share.
periodDaysOPTIONAL- The share validity period in days.
accessCodeREQUIRED- The four-character access code for the share link.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Download File
Download one Baidu Netdisk file by fs_id into local transit file storage. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
download_fileControl Create Folder
Create one folder at an absolute path below the user's Baidu Netdisk root. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_folderVerify with Get Current Account
Get the current Baidu Netdisk account and membership summary. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_current_accountSAFETY BOUNDARY
Operate Baidu Netdisk with explicit limits
- Authorize Baidu Netdisk with OAuth 2.0 and grant only the provider access required by the selected actions.
- 5 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 `baidu_netdisk.files.root.write`, `baidu_netdisk.files.root.read`, and `baidu_netdisk.account.read`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the Baidu Netdisk task completed successfully.
CONNECTION MODEL
OAuth 2.0
Baidu Netdisk 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
- 6
- WRITE SIGNALS
- 5
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 2
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 Baidu Netdisk.