get_translation
Fetch translations for a single key across all locales for targeted lookups, avoiding oversized namespaces during inline spot-checks.
Instructions
Get the translations for a single key across all locales. Use this for targeted lookups — get_translations returns the entire namespace which is too large for inline spot-checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-notation key, e.g. "button.save" | |
| namespace | Yes | Namespace name from .i18n-mcp.json |