Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover readOnly/idempotent/non-destructive, and the description usefully adds that the endpoint is public with no authentication required, that page size may vary, and that ranking changes can shift records between pages. These are real behavioral caveats beyond the annotations, though return shape is left to the output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.