DataWorks MCP Server

Official

ListWorkflows

Retrieve and manage workflow lists in Alibaba Cloud DataWorks. Filter workflows by ID, name, owner, project, or trigger type, and sort results by creation or modification time for efficient workflow tracking and organization.

Instructions

获取工作流列表

Input Schema

NameRequiredDescriptionDefault
EnvTypeNo项目环境。- Prod:生产- Dev:开发
IdsNo工作流ID列表,可根据工作流Id批量查询多个工作流信息
NameNo名称。支持模糊查询
OwnerNo责任人的账号ID
PageNumberNo页码,从1开始,默认为1
PageSizeNo每页的条目数,默认为10
ProjectIdNo项目ID
SortByNo排序字段。支持修改时间、创建时间等字段,格式为"排序字段+排序方式(Desc/Asc)"(Asc可以缺省)。排序字段的枚举值如下:- ModifyTime (Desc/Asc)- CreateTime (Desc/Asc)- Id (Desc/Asc)默认值:Id Desc
TriggerTypeNo触发方式类型。-Scheduler-Manual

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "EnvType": { "description": "项目环境。- Prod:生产- Dev:开发", "type": "string" }, "Ids": { "description": "工作流ID列表,可根据工作流Id批量查询多个工作流信息", "type": "array" }, "Name": { "description": "名称。支持模糊查询", "type": "string" }, "Owner": { "description": "责任人的账号ID", "type": "string" }, "PageNumber": { "description": "页码,从1开始,默认为1" }, "PageSize": { "description": "每页的条目数,默认为10" }, "ProjectId": { "description": "项目ID" }, "SortBy": { "description": "排序字段。支持修改时间、创建时间等字段,格式为\"排序字段+排序方式(Desc/Asc)\"(Asc可以缺省)。排序字段的枚举值如下:- ModifyTime (Desc/Asc)- CreateTime (Desc/Asc)- Id (Desc/Asc)默认值:Id Desc", "type": "string" }, "TriggerType": { "description": "触发方式类型。-Scheduler-Manual", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr