Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is covered. The description adds substantial behavioral context: the two-tier result ordering (full-analyzed first, basic appended), the grading semantics (grade null for basic, preliminary_band from review analysis), and the total_in_area formula. It also discloses the 'message explains when quick-read rows are included'. That's meaningful behavior beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.