Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description discloses key behaviors: long-polling (`wait` parameter), cursor-based pagination (`since`), and return value (messages + cursor). It does not mention side effects or auth requirements, but as a read-only poll, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.