Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond annotations by specifying the response is a bounded page, ordered newest-first, and explicitly listing exclusions (message bodies, message ids, customer identifiers, internal notes, arbitrary metadata, organization ids). This gives the agent a precise expectation of what to look for and what to ignore.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.