Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description's burden is reduced. It adds useful context by specifying exactly what the returned contract contains: typed request, response, metering, and readiness. This goes beyond the bare schema and helps set expectations about the data's composition.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.