Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosure. It states 'fetches' which suggests a read-only operation, but does not clarify whether the email is marked as read, what 'recent' means (time window or count), or what 'details' are returned. This leaves ambiguity about side effects and output structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.