Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so no contradiction. The description adds value by stating it returns a fixed set (all 91 proposals) and lists returned fields, which is consistent with annotations. It doesn't mention pagination or rate limits, but given the limited scope and annotations, the description is sufficiently transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.