Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the safety profile (readOnly, non-destructive, idempotent). The description adds useful context: words are everyday nouns, non-repeating, and returned as a list. However, it doesn't clarify whether 'no repeats' is per call or across calls, and the idempotentHint is questionable for a random generator.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.