Skip to main content
Glama

halt_rollout

Stop an in-progress staged rollout from reaching new users while keeping the current user fraction for later resume or completion.

Instructions

Halt the in-progress staged rollout on a track, stopping delivery to new users while keeping the current userFraction. Use update_rollout afterwards to resume or complete it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYesTrack whose rollout to halt, e.g. 'production'
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
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.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It transparently discloses the key behavioral trait: halting stops delivery to new users while preserving the current userFraction, and implies reversibility by recommending update_rollout to resume. It doesn't detail edge cases or side effects, but covers the core behavior well.

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?

Two sentences, front-loaded with the verb, zero fluff. The first sentence states the action and effect, the second provides the recovery path. Every word earns its place.

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

Completeness4/5

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

The tool has 4 parameters (1 required) and no output schema. The description covers the purpose, the effect on userFraction, and the follow-up action. It doesn't explain return behavior, but that's not critical for a straightforward mutation. It is complete enough for an agent to select and invoke correctly.

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 all four parameters (track, package_name, validate_only, changes_not_sent_for_review) are already documented in the schema. The description adds no additional parameter-specific context beyond the schema, but doesn't need to thanks to high coverage. Baseline 3 is appropriate.

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 uses a specific verb ('Halt') with a specific resource ('in-progress staged rollout on a track') and clearly explains the effect ('stopping delivery to new users while keeping the current userFraction'). It also distinguishes from sibling update_rollout by recommending it for resume/complete, exceeding a basic purpose statement.

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

Usage Guidelines4/5

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

The description states when this is appropriate: for an 'in-progress staged rollout', and it explicitly directs to 'use update_rollout afterwards to resume or complete it' as the follow-up alternative. It doesn't explicitly contrast with promote_release or mention when not to use, but the context and follow-up provide clear 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