Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, providing a solid safety profile. The description adds that it tests both the primary feed and its fallback, which is useful behavioral context. However, it does not disclose whether the test performs network calls, its output format, or any potential latency/rate-limit implications. It does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.