Skip to main content
Glama

update_app_details

Modify app-level contact details and default language on Google Play. Pass only fields to change; use validate-only to check edits before committing.

Instructions

Update app-level contact details and default language. Only the fields you pass are changed. Use validate_only first to check the change without committing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameNoApp package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME)
contact_emailNoDeveloper contact email shown on the store
contact_phoneNoDeveloper contact phone number in E.164 format, e.g. '+41791234567'
validate_onlyNoDry run: validate the change and discard the edit instead of committing it
contact_websiteNoDeveloper website URL shown on the store
default_languageNoBCP-47 tag of the listing used when a user's locale has no listing, e.g. 'en-US'
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
Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. It does disclose partial updates and the validate_only dry-run pattern, which is valuable. However, it omits potential side effects such as whether changes are sent for review, whether approvals are needed, or what happens to existing values not passed.

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 three short sentences with no filler. The first sentence states purpose, the second clarifies update semantics, and the third gives a practical usage tip—every sentence 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?

Given the rich 100%-covered schema and clear behavioral guidance, the description is largely complete for an update tool. It lacks only a mention of broader consequences like review flow or return behavior, but these are reasonable gaps for a concise description.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful parameter-related context by stating that only passed fields are changed and by recommending validate_only usage, which enriches the schema's per-field descriptions without repeating them.

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 updates app-level contact details and default language, which is precise and distinguishes it from sibling tools like update_listing or update_release_notes. The resource and scope are explicit, leaving no ambiguity about what is being changed.

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 instruction to 'Use validate_only first to check the change without committing' provides concrete guidance for safe usage. It also sets partial-update expectations with 'Only the fields you pass are changed,' but it does not explicitly contrast with sibling tools or mention when to prefer update_app_details over update_listing.

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