Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the specific conversion formula and the fact that it returns both the human-equivalent age and life stage, which is useful behavioral context beyond the annotations. It doesn't mention edge cases like age 0 or 40, but the schema already constrains those.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.