get_pending_translations
Retrieve all translation keys for a target locale that are missing, empty, or identical to primary values. Returns the work list for per-locale translation agents.
Instructions
Get the complete translation work list for a single locale: every key that is missing, empty, or still identical to the primary locale value, returned as { key: primaryValue }. Identical values listed in doNotTranslate are excluded. This is the preferred way for a per-locale translation agent to fetch its own work — one call returns exactly what needs translating, nothing else. Results are size-capped; after writing a slice with add_multiple_translations, call again for the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | Yes | Target locale to get pending work for, e.g. "de" | |
| namespace | Yes | Namespace name from .i18n-mcp.json |