Skip to main content
Glama

update_testers

Replace the Google Groups that can access a closed testing track. Fetch current testers first, then pass the full list of groups to keep or an empty array to remove all.

Instructions

Set the Google Groups that have access to a closed testing track. This replaces the full list, so include every group you want to keep — use get_testers first. Only applies to closed tracks (alpha and custom tracks).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYesClosed track to update, e.g. 'alpha' or 'qa-team'
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
google_groupsYesGoogle Group email addresses allowed to test, e.g. ['qa@acme.com']. Pass an empty array to remove all groups.
validate_onlyNoDry run: validate the change and discard the edit instead of committing it
changes_not_sent_for_reviewNoCommit without sending the changes for review (only for apps where changes are reviewed separately)
Install Server

TDQS

A4.8/5.0
Behavior4/5

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

The description transparently notes that the operation replaces the entire list of Google Groups, warning users to include every group they want to keep. It does not mention potential side effects like required permissions or reversibility, but the core behavior is clearly disclosed.

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 concise, using only two sentences to convey the action, the replacement semantics, and the prerequisite. No redundant or vague language is present.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides sufficient context for the operation: what it does, the prerequisite (get_testers), the scope (closed tracks), and the caution about replacing the list. Since there is no output schema, explaining return values is unnecessary. The description covers the essential behavioral nuances fully.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides descriptions for all 5 parameters, and the tool description adds meaningful context—for instance, explaining that google_groups is a full replacement and reinforcing the track parameter's scope. No parameter is left ambiguous.

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 tool's action ('Set the Google Groups that have access to a closed testing track') and scopes it to closed tracks, distinguishing it from other tools like get_testers and update_rollout.

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

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly instructs to call get_testers first to obtain the current list, and it specifies that the tool only applies to closed tracks (alpha and custom tracks), providing clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OrellBuehler/play-console-mcp'

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