Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (read-only, idempotent, non-destructive), the description discloses ordering (oldest first), filtering (optionally since a date), and pagination (paged by cursor). It also notes events are 'URL'd', hinting at output structure. These are valuable behavioral traits not covered by annotations, so the description adds meaningful context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.