Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already covers the non-destructive nature, and the description adds 'No LLM cost' and enumerates the output fields (token usage, cost, timestamps), which is useful behavioral context beyond the annotation. It does not describe pagination or sorting, but that is not critical for a list tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.