Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden for behavioral disclosure. It only says 'List available' without clarifying what 'available' means (e.g., only status=open?), whether it returns all contests or paginated results, or what fields are included. The schema provides some parameter details but the description adds no behavioral context such as ordering, default filters, or read-only guarantee.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.