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 formula (BMI = weight in kg / (height in metres squared)) and the NHS category output, which are useful behavioral details beyond the schema. It does not mention edge cases like invalid height/weight values, but the schema's exclusiveMinimum covers basic validation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.