Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds useful behavioral detail beyond the annotations by stating that it ranks by absolute percent change, returns signed pct_change, and includes an up/down/flat direction. Since annotations already declare read-only, idempotent, and non-destructive behavior, the description's extra computation and output semantics are valuable and consistent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.