Skip to main content
Glama

update_release_notes

Replace an active release's localized release notes for a track, preserving version codes, status, and rollout. Fetch current notes with get_track, then update per-locale text.

Instructions

Replace the localized release notes ('what's new' text) of the active release on a track, leaving its version codes, status and rollout fraction untouched. Use get_track first to see the current notes and which locales exist. Notes are capped at 500 characters per locale by Google.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackYesTrack whose release notes to update, e.g. 'production'
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
release_notesYesRelease notes per locale, e.g. [{language:'en-US',text:'Bug fixes'}]. This replaces the full set of notes, so include every locale you want to keep.
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.4/5.0
Behavior4/5

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

With no annotations provided, the description correctly bears the full burden of disclosure. It adds the valuable constraint 'Notes are capped at 500 characters per locale by Google' and clarifies the mutation targets the active release only. Could go further by noting failure behavior or review implications, but this meaningfully exceeds baseline disclosure.

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?

Three sentences, each earning its place: purpose/scope, prerequisite workflow, and hard constraint. Front-loaded with the action verb, zero filler, and no repetition of schema content.

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?

For a mutation tool with no annotations and no output schema, the description covers the essentials: operation semantics, exclusion scope, a prerequisite call, and a hard constraint. It could note reversibility or review implications given the 'replace' semantics, but given the surrounding schema already warns about full-set replacement, what's present independently conditions the agent well.

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

Parameters4/5

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

With 100% schema coverage, the baseline is 3; the description pushes beyond by warning of the 500-character limit on text (a constraint absent from the schema) and directing the agent to get_track to discover valid locale values. This meaningfully enriches the release_notes parameters without redundancy.

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?

Uses a specific verb ('Replace') with a precisely scoped resource ('localized release notes of the active release on a track') and explicitly distinguishes what it does NOT touch ('version codes, status and rollout fraction'), differentiating it from siblings like update_rollout and promote_release. The 'what's new' clarification disambiguates the Google Play terminology.

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?

Explicitly instructs the agent to 'Use get_track first to see the current notes and which locales exist,' naming a specific sibling as a prerequisite. It lacks an explicit when-not-to-use statement contrasting with non-sibling alternatives, but the 'leaving...untouched' phrasing implicitly scopes its purpose against sibling tools like update_rollout.

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