Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is a safe, non-mutating read operation. The description adds value by detailing the exact statistical fields returned (stations known, items tracked, coverage percentage, etc.), which goes beyond the generic annotation hints and helps the agent understand the output's content without overstating side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.