Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does disclose the core behavior: it adds inputs and returns the sum. However, it says nothing about how non-integer/float inputs, precision, or overflow are handled, which are the behaviors an agent might care about for a numeric tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.