Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly discloses the side effect 'auto-marks as read', which is critical for a read operation. No other behavioral traits (e.g., pagination, error cases) are mentioned, but the output schema covers return structure, and the side effect is the most important extra behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.