Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds the useful behavioral detail that output is a flat CSV with either one row per line item or one row per document. However, it does not disclose input handling, failure modes, or anything beyond the output shape.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.