Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey that the tool is read-only, idempotent, and non-destructive. The description adds useful behavioral context by disclosing exactly what is returned: each die result plus total, highest, and lowest. It could have explicitly noted that results are random per call, but 'roll dice' strongly implies this and the annotations cover the safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.