Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses the core read-only behavior of selecting highest or lowest rows by a numeric column, but it does not mention output shape, tie/null handling, invalid column behavior, default ordering, or limit defaults. This is minimally viable but leaves gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.