Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, covering safety and idempotency. The description adds the scope ('authenticated user's') and date-filtering behavior, which provides some value beyond annotations. However, it does not disclose pagination behavior or that multiple accounts might be involved (openWorld), so it stops short of being rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.