Skip to main content
Glama
aliyun
by aliyun

ListPermissionApplyOrders

Query and filter permission application orders for MaxCompute projects in DataWorks, enabling users to track submissions, approvals, and statuses with pagination and time-based filtering.

Instructions

查询权限申请单列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
QueryTypeNo申请单的查询类型。取值如下:- 0:我提交的申请单。- 1:由我审批的申请单
MaxComputeProjectNameNo申请单所属的MaxCompute项目名称,不输入则返回所有MaxCompute项目的申请单
EndTimeNo查询目标截至时间的申请单,配置为一个unix时间戳。不输入则表示查询截至当前时间的申请单
PageNumNo分页查询页码。大于等于1的正整数,默认为1
PageSizeNo每页显示的条数,默认为10条,最大100条
WorkspaceIdNo申请单所属的工作空间ID,不输入则返回所有工作空间的申请单
StartTimeNo查询目标起始时间发起的申请单,配置为一个unix时间戳。不输入则表示查询所有的申请单
FlowStatusNo申请单的状态。取值如下:- 1:待审批。- 2:审批通过,授权成功。- 3:审批通过,授权失败。- 4:审批拒绝
TableNameNo申请单包含的表名称,不输入则返回所有表的申请单
ApplyTypeNo
OrderTypeNo申请单类型。目前仅支持取值为1,表示对象ACL权限申请
EngineTypeNo申请单的计算引擎类型。目前仅支持取值为odps,表示仅支持申请MaxCompute计算引擎的权限
CatalogNameNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only states 'query' (a read operation), but it doesn't mention pagination behavior (implied by PageNum and PageSize parameters), rate limits, authentication requirements, or what the return format looks like (e.g., list structure, error handling). For a tool with 13 parameters and no output schema, this is a significant gap in transparency.

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

Conciseness4/5

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

The description is a single, efficient sentence ('查询权限申请单列表') that directly states the purpose without unnecessary words. It's appropriately sized for a list query tool, though it could be slightly more informative without losing conciseness.

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?

Given the complexity (13 parameters, no annotations, no output schema), the description is incomplete. It lacks information on behavioral traits (e.g., pagination, auth), usage context compared to siblings, and output format. For a tool with rich input schema but no structured output or annotations, the description should provide more guidance to be fully helpful to an agent.

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 85%, so the schema already documents most parameters well (e.g., QueryType, MaxComputeProjectName, EndTime). The description adds no additional parameter semantics beyond what's in the schema. However, since coverage is high (>80%), the baseline score is 3, as the schema does the heavy lifting, and the description doesn't need to compensate significantly.

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

Purpose3/5

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

The description '查询权限申请单列表' (Query permission application order list) clearly states the verb ('query') and resource ('permission application order list'), making the purpose understandable. However, it doesn't differentiate from sibling tools like 'GetPermissionApplyOrderDetail' (which retrieves details of a specific order) or 'ApprovePermissionApplyOrder' (which approves orders), leaving room for ambiguity about when to use this list tool versus those alternatives.

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

Usage Guidelines2/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. For example, it doesn't specify that this is for listing multiple orders with filtering, while 'GetPermissionApplyOrderDetail' is for retrieving a single order's details. Without such context, an agent might struggle to choose between this and other permission-related tools in the sibling list.

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