Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so safety is covered. The description adds substantial behavioral detail beyond that: it explains that quantities are PARSED with amount, unit, and a normalized base in grams/millilitres, and how count-based lines are handled with gram estimates. This informs the agent about the output structure and precision, which is valuable context not present in annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.