Skip to main content
Glama
lusky3
by lusky3

update_user

Update a user's account access for a Google Play developer account by specifying fields like permissions or expiration time. Requires developer ID and email.

Instructions

Update a user's account access.

Disabled in read-only mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesUser resource body with the fields to update
emailYesEmail of the user to update
update_maskYesComma-separated list of fields to update (e.g. "developerAccountPermissions,expirationTime")
developer_idYesDeveloper account ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavior, but it only mentions "Disabled in read-only mode," which is a global availability note, not a behavioral trait of the update operation. It doesn't describe side effects, required permissions, or mutation semantics. The description fails to explain what "update account access" entails beyond the literal phrase.

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 two short sentences with no redundancy. It is front-loaded with the primary purpose and includes a note about read-only mode. While it is efficient, the brevity comes at the cost of utility, but the formatting itself is clean and concise.

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 4 required parameters, a nested object, an output schema, and no annotations, the description must compensate with richer context. It only provides a high-level purpose and a read-only note, leaving significant gaps: what does "account access" update imply? How does update_mask interact? What fields are modifiable? The output schema might cover return values, but the operation's semantics are under-specified.

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?

The input schema covers all 4 parameters with descriptions, achieving 100% coverage. The tool description adds no additional parameter context, so it relies entirely on the schema. Since schema coverage is high, baseline 3 is appropriate; the description does not enhance parameter understanding but also doesn't mislead.

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

Purpose5/5

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

The description clearly states the action: "Update a user's account access." It identifies the specific resource (user account access) and the verb (update), and distinguishes from siblings like create_user, delete_user, and list_users. This is precise and unambiguous.

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, nor any prerequisites or exclusions beyond the read-only note. It doesn't clarify if this is for account access only vs. profile changes, or what scenarios require this tool. The absence of usage context leaves the agent guessing.

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/lusky3/play-store-mcp'

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