Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds value by explaining the calculation contents (personal allowance taper, employee NI) and the return values (gross, tax, NI). It does not mention edge cases or rate limits, but as a stateless calculator this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.