upload_playstore_metadata

Upload app metadata to Google Play Console for all configured locales.

Description

This tool uploads your app's metadata (title, description, etc.) to Google Play Console. It uses the Google Play Developer API and handles authentication via your configured service account.

Parameters

ParameterTypeRequiredDescription
projectIdstringNoProject ID (uses default if not specified)
localesstring[]NoSpecific locales to upload (default: all)
fieldsstring[]NoSpecific fields to upload (default: all)
trackstringNoRelease track: production, beta, alpha, internal
dryRunbooleanNoPreview changes without uploading

Example Usage

Ask Claude to upload your metadata:

Natural Language Promptstext
"Upload the metadata to Google Play Store"
"Push the German and Japanese translations to Play Console"
"Upload only the short description to Play Store"

Response

{
"success": true,
"uploaded": {
"locales": ["en-US", "de-DE", "ja-JP"],
"fields": ["title", "shortDescription", "fullDescription"]
},
"results": [
{ "locale": "en-US", "status": "success" },
{ "locale": "de-DE", "status": "success" },
{ "locale": "ja-JP", "status": "success" }
]
}

Supported Fields

  • title - App title (50 characters)
  • shortDescription - Short description (80 characters)
  • fullDescription - Full description (4000 characters)
  • recentChanges - Release notes (500 characters)
  • video - Promo video URL