Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, establishing safety. The description adds context about the content ('policy, version, voting thresholds, recovery hints') and the recommended usage ('before taking group decisions'). It could add more detail about what 'read' implies (e.g., no side effects), but annotations cover that. The description would benefit from noting that it's a read-only operation that doesn't modify state, but it's not contradictory.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.