Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, non-destructive, so the description's safety claims are consistent. Beyond that, it adds important behavioral context: it is a pure calculation engine that does not make payments, change accounts, fetch external data, or retain inputs, and it flags the key modeling boundary that it does not determine future bureau-reported balances.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.