Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, indicating a safe read operation. The description adds that it provides aggregate statistics over a period, which is useful but doesn't go beyond the annotation's safety profile. There's no contradiction, but the description doesn't add significant behavioral context beyond what annotations already imply, such as whether results are cached or computation occurs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.