Skip to main content
Glama
aliyun
by aliyun

RevokeTablePermission

Remove user access permissions from MaxCompute tables in DataWorks to manage data security and control table operations.

Instructions

撤销用户的表权限

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
WorkspaceIdNo需要撤销权限的MaxCompute表所属的DataWorks工作空间ID
MaxComputeProjectNameYes需要撤销权限的表所在的MaxCompute项目名称
TableNameYes需要撤销权限的MaxCompute表名称
ActionsYes需要撤销的表的操作权限,一次撤销多种操作权限时使用逗号(,)分隔。目前仅支持撤销MaxCompute表的Select、Describe、Download等操作权限
RevokeUserNameNo撤销表权限的云账号名称。账号格式与MaxCompute的账号格式一致。-主账号为ALIYUN$+账号名。-子账号为RAM$+账号名。该参数与RevokeUserId参数配置一个即可。如果同时配置了该参数与RevokeUserId参数,但二者取值不同,则系统会以RevokeUserId参数的配置内容为准
RevokeUserIdNo撤销表权限的阿里云账号ID
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states this is a revocation action (implying mutation/destructive), but doesn't mention required permissions, whether the change is reversible, what happens to existing permissions not mentioned, or any rate limits. The description is minimal and lacks critical behavioral context for a permission management tool.

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

Conciseness5/5

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

The description is a single, efficient Chinese phrase that directly states the tool's purpose with zero wasted words. It's appropriately sized for what it communicates.

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 permission revocation tool with no annotations and no output schema, the description is insufficient. It doesn't explain what happens after revocation, whether there are confirmation steps, what the response looks like, or error conditions. The minimal description leaves significant gaps for understanding this mutation operation.

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%, so the schema already documents all 6 parameters thoroughly. The description adds no additional parameter information beyond what's in the schema. This meets the baseline of 3 when schema coverage is high.

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

Purpose4/5

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

The description '撤销用户的表权限' clearly states the action (revoke) and resource (table permissions) in Chinese. It's specific about what the tool does, though it doesn't explicitly differentiate from sibling tools like 'RevokeMemberProjectRoles' or 'ApprovePermissionApplyOrder' which handle different permission types.

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. There's no mention of prerequisites, when not to use it, or how it relates to sibling tools like 'GrantMemberProjectRoles' or 'CreatePermissionApplyOrder' for permission management.

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