Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral nuance beyond that: it returns the full entry when no locale is given, and a single-locale body when locale is specified. This clarifies the tool's conditional output without contradicting annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.