DataWorks MCP Server

Official

MoveFunction

Relocate UDF functions within Alibaba Cloud DataWorks by specifying the target path, ensuring organized data development workflows. Requires function ID, path, and project workspace details.

Instructions

移动数据开发函数路径

Input Schema

NameRequiredDescriptionDefault
IdNoudf函数的唯一标识符
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": "udf函数的唯一标识符" }, "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