Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It states the tool provides inputs, outputs, assumptions, and tables, which implies a non-mutating descriptive behavior. However, it does not explicitly declare that it performs no calculations or side effects, leaving some ambiguity about whether it executes the calculator or just documents it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.