Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, providing a strong safety baseline. The description adds 'Free public API', which signals no authentication requirement or potential rate limits, giving extra context beyond the annotations. It does not describe return format, but that is not critical for a simple read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.