Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It indicates a read-like operation ('Report'), implying no destructive side effects. However, it does not explicitly confirm read-only behavior or mention any other traits like authorization requirements or caching behavior. Acceptable for a simple query.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.