Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent annotations, the description reveals ordering (newest first), return behavior (unread_count alongside the page), pagination semantics (pagination.total, has_more, offset until has_more is false), and the maximum limit. This is useful behavioral detail the annotations do not provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.