DataWorks MCP Server

Official

GetWorkflowDefinition

Retrieve detailed information about a DataWorks workflow, including script content for internal nodes, using its unique identifier and workspace ID. Optimize workflow management and analysis.

Instructions

获取数据开发工作流详情

Input Schema

NameRequiredDescriptionDefault
IdNo数据开发工作流唯一标识符
IncludeScriptContentNo查询结果是否包含工作流内部节点的脚本内容(对于内容较多的节点,可能存在较长的网络传输延时)
ProjectIdNoDataWorks工作空间的ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "数据开发工作流唯一标识符" }, "IncludeScriptContent": { "description": "查询结果是否包含工作流内部节点的脚本内容(对于内容较多的节点,可能存在较长的网络传输延时)", "type": "boolean" }, "ProjectId": { "description": "DataWorks工作空间的ID" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr