Skip to main content
Glama
aliyun
by aliyun

ListWorkflowInstances

Retrieve workflow instance lists from DataWorks MCP Server by filtering with project ID, date, type, owner, or other parameters to monitor and manage data processing tasks.

Instructions

获取工作流实例列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ProjectIdNo项目ID
BizDateNo业务日期。一般是周期实例定时时间的前一天的0点0分0秒,格式为毫秒级时间戳,如1743350400000
TypeNo工作流实例的类型。- Normal:周期调度- Manual:手动任务- SmokeTest:测试- SupplementData:补数据- ManualWorkflow:手动工作流
OwnerNo责任人的账号ID
PageSizeNo每页的条目数,默认为10
PageNumberNo页码,从1开始,默认为1
SortByNo排序字段列表,支持定时时间、开始时间等字段。格式为"排序字段+排序方式(Desc/Asc)"(Asc可以缺省)。排序字段的枚举值如下:- TriggerTime (Desc/Asc)- StartedTime (Desc/Asc)- FinishedTime (Desc/Asc)- CreateTime (Desc/Asc)- Id (Desc/Asc)默认值:Id Desc
IdsNo工作流实例ID列表,可根据工作流实例Id批量查询多个工作流实例信息
WorkflowIdNo所属工作流的ID
NameNo名称。支持模糊查询
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure but offers none. It doesn't indicate whether this is a read-only operation, what permissions might be required, whether it supports pagination (though parameters suggest it does), what the return format looks like, or any rate limits. The description is completely silent on behavioral traits beyond the basic action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While technically concise (one short phrase), this is under-specification rather than effective conciseness. The description fails to provide any meaningful context that would help an AI agent understand when and how to use this tool. Every sentence should earn its place, but this single phrase doesn't provide enough value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 10 parameters, no annotations, and no output schema, the description is severely inadequate. It doesn't explain the tool's purpose beyond the obvious, provides no usage context, and offers no behavioral information. While the schema covers parameter documentation well, the description fails to compensate for the lack of annotations and output schema information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with all 10 parameters well-documented in the input schema. The description adds no additional parameter information beyond what's already in the schema. According to the rules, when schema coverage is high (>80%), the baseline score is 3 even with no param info in the description, which applies here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '获取工作流实例列表' (Get workflow instance list) is a tautology that essentially restates the tool name 'ListWorkflowInstances' in Chinese. While it correctly identifies the verb ('get/list') and resource ('workflow instances'), it doesn't differentiate from sibling tools like 'ListWorkflowDefinitions' or 'GetWorkflowInstance', nor does it specify scope or filtering capabilities beyond what the name implies.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. There are multiple related tools in the sibling list (e.g., 'GetWorkflowInstance', 'ListWorkflowDefinitions', 'ListTaskInstances'), but the description offers no context about when this specific list operation is appropriate versus single-instance retrieval or other list operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-dataworks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server