Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the safety profile (idempotent, non-destructive, not read-only). The description adds useful behavioral constraints: the choice must exactly match a poll option and the caller must be eligible. It does not explain what happens on duplicate votes or ineligibility, but the annotations lower the burden for basic safety disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.