查询权限申请单列表
AI agents call ListPermissionApplyOrders to retrieve information from Alibabacloud Dataworks without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
EndTime | number | — | 查询目标截至时间的申请单,配置为一个unix时间戳。不输入则表示查询截至当前时间的申请单 |
PageNum | number | — | 分页查询页码。大于等于1的正整数,默认为1 |
PageSize | number | — | 每页显示的条数,默认为10条,最大100条 |
ApplyType | string | — | |
OrderType | number | — | 申请单类型。目前仅支持取值为1,表示对象ACL权限申请 |
QueryType | number | Yes | 申请单的查询类型。取值如下:- 0:我提交的申请单。- 1:由我审批的申请单 |
StartTime | number | — | 查询目标起始时间发起的申请单,配置为一个unix时间戳。不输入则表示查询所有的申请单 |
TableName | string | — | 申请单包含的表名称,不输入则返回所有表的申请单 |
EngineType | string | — | 申请单的计算引擎类型。目前仅支持取值为odps,表示仅支持申请MaxCompute计算引擎的权限 |
FlowStatus | number | — | 申请单的状态。取值如下:- 1:待审批。- 2:审批通过,授权成功。- 3:审批通过,授权失败。- 4:审批拒绝 |
CatalogName | string | — | |
WorkspaceId | number | — | 申请单所属的工作空间ID,不输入则返回所有工作空间的申请单 |
Parameters from the server's own tool schema.
Even though ListPermissionApplyOrders only reads data, uncontrolled read access leaks sensitive information and racks up API costs — an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.
Risk signalsHigh parameter count (13 properties)
Attacks that exploit this kind of access
查询权限申请单列表. It is categorised as a Read tool in the Alibabacloud Dataworks MCP Server, which means it retrieves data without modifying state.
ListPermissionApplyOrders accepts 12 parameters: EndTime, PageNum, PageSize, ApplyType, OrderType, QueryType, StartTime, TableName, EngineType, FlowStatus, CatalogName, WorkspaceId. Required: QueryType. The full parameter table on this page comes from the server's own tool schema.
Register the Alibabacloud Dataworks MCP server in PolicyLayer and add a rule for ListPermissionApplyOrders: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Alibabacloud Dataworks. Nothing to install.
ListPermissionApplyOrders is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the ListPermissionApplyOrders rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for ListPermissionApplyOrders. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
ListPermissionApplyOrders is provided by the Alibabacloud Dataworks MCP server (alibabacloud-dataworks-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.