Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It does disclose the core behavior—returning ranked rows by a numeric column—and implies a read-only query. It does not mention default ordering, handling of non-numeric columns, tie behavior, or output structure, leaving partial transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.