Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It discloses the core behavior: sorting rows by a numeric column and returning the highest or lowest set. It does not mention tie-breaking, null handling, non-numeric column errors, whether the operation is read-only, or what shape the results take, leaving some ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.