Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so safety profile is covered. The description adds meaningful behavioral context: it requires the user's own API key (BYOK), returns latency stats, and supports a customizable threshold. It does not mention rate limits or costs, but given annotation coverage, the added detail is valuable and non-contradictory.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.