MCP Tools
find_empty_translations
Find keys whose value is an empty string. These exist in the locale file, so they are not reported as missing, and they render as nothing in the UI. Use this after a scaffold or an interrupted translation run to find keys that were created but never filled.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
layer | string | no | Layer name to filter by (e.g., "root", "app-admin"). If omitted, checks all layers. Call discover to discover available layers. |
locale | string | no | Locale to check (e.g., "de"). If omitted, checks every locale. |
projectDir | string | no | Absolute path to the Nuxt project root. Defaults to I18N_PROJECT_DIR, then server cwd. Example: "/home/user/my-app". |
outputFile | string | no | Absolute path to write full JSON output. Returns only a compact summary to the caller — use this for large outputs to avoid flooding the conversation context. Example: "/tmp/empty-translations.json" |
Every tool is advertised by the-i18n-mcp and listed on the MCP tools overview.