Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare it as read-only, idempotent, non-destructive, and open-world. The description adds context: it does not execute JavaScript, does not bypass access controls, and uses caching (fresh parameter). It also mentions URL validation against SSRF-sensitive destinations. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.