Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It conveys that the tool orders rows by a numeric column and can return highest or lowest, which is meaningful but does not address tie-breaking, handling of missing or non-numeric values, or the exact shape of the returned rows.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.