List Namespaces
list_namespacesList translation keys grouped by namespace prefix for a hierarchical view. Use this to explore keys without guessing path prefixes.
Instructions
List the translation key tree grouped by namespace prefix. Returns a hierarchical view of all keys with counts per namespace node. Use this to explore available keys without guessing path prefixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | Layer name to filter by (e.g., "root", "app-admin"). If omitted or "*", scans all layers. Call discover to discover available layers. | |
| locale | No | Locale to read keys from (e.g., "en"). Defaults to the project default locale. Keys are the same across locales — only one is needed. | |
| projectDir | No | Absolute path to the project root. Defaults to server cwd. Example: "/home/user/my-app". |