update_metadata

Update app store metadata for any locale including title, subtitle, description, keywords, and more.

Description

This tool allows you to update metadata fields for a specific locale. Unlike translate_metadata, this tool sets exact values without AI translation - useful for your primary locale or manual adjustments.

Parameters

ParameterTypeRequiredDescription
projectIdstringYesThe project ID
localestringYesTarget locale code (e.g., "en-US", "de-DE")
titlestringNoApp name (max 30 chars)
subtitlestringNoApp subtitle (max 30 chars, iOS only)
descriptionstringNoFull app description
keywordsstringNoComma-separated keywords (max 100 chars)
whatsNewstringNoRelease notes / what's new
promotionalTextstringNoPromotional text (max 170 chars)

Example Usage

Natural Language Promptstext
"Update my app title to 'TaskFlow - Smart Planner'"
"Set the German description to..."
"Change the keywords for French locale to: productivité, tâches, planning"
"Update the what's new section for version 2.0"

Response

{
"success": true,
"locale": "en-US",
"updated": ["title", "subtitle", "description"]
}