Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of explaining behavior. It does disclose that rows are ordered by a numeric column and that ascending/descending selection is possible. However, it does not mention limit semantics, tie handling, behavior on non-numeric data, or the return shape, leaving some behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.