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 valuable behavioral details: all inputs must be positive, simplify outputs lowest terms plus the 1:n form and decimal, and solve uses cross multiplication. It doesn't specify precision or error handling, but the output schema can cover that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.