Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of explaining behavior. It correctly conveys that rows are sorted ascending or descending by a numeric column and that the output consists of the highest or lowest rows. However, it does not mention default limits, tie handling, invalid column behavior, or the shape of the returned result.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.