DataWorks MCP Server

Official

ListWorkflowDefinitions

Retrieve detailed lists of data development workflows in DataWorks by specifying parameters like owner ID, project ID, and workflow type for efficient management.

Instructions

获取数据开发工作流列表

Input Schema

NameRequiredDescriptionDefault
OwnerNo负责人的ID,即工作空间管理员的账号UID。您可登录阿里云控制台后,在账号管理的安全管理中查看账号UID
PageNumberNo请求的数据页数,用于翻页
PageSizeNo每页显示的条数,默认为10条,最大为100条
ProjectIdNoDataWorks工作空间的ID
TypeNo筛选条件:工作流的类型可选值- CycleWorkflow- ManualWorkflow

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Owner": { "description": "负责人的ID,即工作空间管理员的账号UID。您可登录阿里云控制台后,在账号管理的安全管理中查看账号UID", "type": "string" }, "PageNumber": { "description": "请求的数据页数,用于翻页" }, "PageSize": { "description": "每页显示的条数,默认为10条,最大为100条" }, "ProjectId": { "description": "DataWorks工作空间的ID" }, "Type": { "description": "筛选条件:工作流的类型可选值- CycleWorkflow- ManualWorkflow", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr