Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish safety (read-only, idempotent, non-destructive). The description adds the behavioral logic of the validation checks, which is beyond the annotations. It does not discuss error handling, but the presence of an output schema offsets that need.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.