Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the behavioral burden. It conveys a read-only operation ('Read'), the ordering ('newest first'), and cursor semantics that fetch only newer events. It also signals cost-effectiveness ('the cheap way'), which is useful behavioral context beyond the schema. It does not detail response shape or rate limits, but it is still strong for a simple read tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.