Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, idempotentHint=false, and openWorldHint=true, so the write/non-idempotent profile is covered structurally. The description adds nothing beyond that: it does not say whether voting again replaces a prior vote, whether multiple choices are allowed for a single-choice poll, what errors appear if the poll is closed, or that an auth context is required. For a mutation tool whose non-idempotency is the key operational fact, this is a real gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.