get_key
Get a translation key's metadata (name, namespace, description) by its name. To get the key's translations, use get_translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional: branch name | |
| keyName | Yes | The translation key name | |
| namespace | No | Optional: namespace of the key | |
| projectId | No | ID of the project (required for PAT, auto-resolved for PAK) |