创建权限申请单 *This Tool has a 'MCP Resource',please request CreatePermissionApplyOrder(MCP Resource) to get more examples for using this tool.
AI agents use CreatePermissionApplyOrder to create or update resources in Alibabacloud Dataworks — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Alibabacloud Dataworks environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
Deadline | number | — | 申请权限的到期时间。此处需要输入一个unix时间戳,不输入默认到期时间为2065年1月1日。如果MaxCompute项目未开启LabelSecurity,或申请的表字段安全等级为0或小于等于申请账号的安全等级时,只能申请永久权限 |
ApplyType | string | — | |
OrderType | number | — | 申请单类型。目前仅支持取值为1,表示对象ACL权限申请 |
EngineType | string | — | 申请权限的计算引擎类型。目前仅支持取值为odps,表示仅支持申请MaxCompute计算引擎的权限 |
ApplyObject | array | Yes | 申请对象列表 |
ApplyReason | string | Yes | 申请的原因。用于管理员进行评估审批 |
CatalogName | string | — | |
WorkspaceId | number | — | 申请权限的MaxCompute项目所属的DataWorks工作空间ID |
ApplyUserIds | string | Yes | 申请权限的阿里云账户UID,当同时为多个账号申请权限时,使用逗号(,)隔开 |
MaxComputeProjectName | string | — | 申请权限的MaxCompute项目名称 |
Parameters from the server's own tool schema.
An AI agent can call CreatePermissionApplyOrder faster than any human can review — one bad instruction and it creates or modifies resources in Alibabacloud Dataworks by the hundred, each call as confident as the last.
Risk signalsHigh parameter count (15 properties)
Attacks that exploit this kind of access
创建权限申请单 *This Tool has a 'MCP Resource',please request CreatePermissionApplyOrder(MCP Resource) to get more examples for using this tool. It is categorised as a Write tool in the Alibabacloud Dataworks MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
CreatePermissionApplyOrder accepts 10 parameters: Deadline, ApplyType, OrderType, EngineType, ApplyObject, ApplyReason, CatalogName, WorkspaceId, ApplyUserIds, MaxComputeProjectName. Required: ApplyObject, ApplyReason, ApplyUserIds. 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 CreatePermissionApplyOrder: 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.
CreatePermissionApplyOrder is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the CreatePermissionApplyOrder 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 CreatePermissionApplyOrder. 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.
CreatePermissionApplyOrder 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.