Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'Side effects: none (read-only)', which is redundant with the annotations. It doesn't add other behavioral context like auth requirements or rate limits, but given the annotations cover safety, the bar is met.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.