metadata_ai__draft_translation
Draft App Store metadata fields from a source locale into requested target locales, providing source text and instructions for human review. Only processes locales you specify.
Instructions
Return one language’s store text plus an instruction for you to draft it in the languages named. Only runs for locales the caller asks for — it never decides that a language looks stale. Returns a draft for a person to read; writing is a separate step, and for keywords the draft is a starting point rather than an answer, because keywords are a search-ranking choice rather than a translation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| fields | No | Which fields to draft. Defaults to description and whatsNew. One of: description, keywords, whatsNew, promotionalText, marketingUrl, supportUrl. | |
| version | No | Version string. Defaults to the newest version. | |
| to_locales | Yes | Target languages, e.g. ["tr", "de-DE"]. Required and never inferred: translating a language nobody asked about is how a deliberate choice gets overwritten. | |
| from_locale | Yes | Source language to translate from, e.g. "en-US". |