Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds useful context beyond those: results are 'bounded' and 'payload-free', which tells the agent it won't get an unbounded stream or heavy payloads. It does not describe ordering, but that is minor for a read-only tail operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.