Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true, and the description adds useful behavioral detail: it only fills keys currently missing and uses the default-locale value as the source. This prevents an agent from assuming existing translations are overwritten. It doesn't enumerate every side effect, but for a creation/generation tool this is reasonably transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.