Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, idempotent, and non-destructive hints, so the description adds value by explaining exact query behavior: token AND, irrelevant word order, and minus-prefixed exclusions. It also documents the exact failure response shape, which is useful operational behavior not captured by the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.