DataWorks MCP Server

Official

MoveResource

Relocate DataWorks development file resources to a specified target path. Input includes file resource ID, destination path, and project ID to manage file organization efficiently.

Instructions

移动数据开发文件资源路径

Input Schema

NameRequiredDescriptionDefault
IdNo数据开发文件资源唯一标识符
PathYes移动的目标路径,不需要带文件资源名称。例如将math.py文件的路径变成到root/demo/math.py,则此参数需要填写root/demo
ProjectIdNoDataWorks工作空间的ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "数据开发文件资源唯一标识符" }, "Path": { "description": "移动的目标路径,不需要带文件资源名称。例如将math.py文件的路径变成到root/demo/math.py,则此参数需要填写root/demo", "type": "string" }, "ProjectId": { "description": "DataWorks工作空间的ID" } }, "required": [ "Path" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr