DataWorks MCP Server

Official

MoveNode

Relocate DataWorks development nodes by specifying the target path and node ID, simplifying organization and management within DataWorks projects.

Instructions

移动数据开发节点路径

Input Schema

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "数据开发节点的唯一标识符" }, "Path": { "description": "移动的目标路径,不需要带节点名。例如将test节点的路径变成到root/demo/test,则此参数需要填写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