Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already covers the read-only safety profile. The description adds the meaningful 'unread' and 'collected' filter semantics, which are behavioral traits. It does not disclose ordering, pagination, or whether viewing affects state, but these are minor given the read-only annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.