Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states the core action but does not mention return format, data availability, adjustment behavior, rate limits, or any caveats. For a simple read operation this might be acceptable, but it adds no behavioral context beyond the function name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.