Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, covering the safety profile. The description adds the chronological ordering behavior and filter semantics, which is useful beyond annotations. However, it doesn't disclose pagination behavior, timezone handling, or whether both start/end days are inclusive, which would be relevant for a date-range query tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.