Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses ordering behavior (highest/lowest) and the numeric-column constraint, which are the main traits of a top-N query. It does not address tie handling, nulls, non-numeric columns, or confirm that the operation is non-mutating, but these are less central for a ranking tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.