Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds a valuable behavioral guarantee: the returned event and its source set are frozen as of emission and later evidence never mutates it. This is exactly the kind of state semantics an agent needs to trust the result.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.