Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, openWorld, idempotent, and non-destructive hints. The description adds the behavioral constraint that only 'Public' uploads are returned, which is useful. However, it does not disclose details like pagination, sorting, or how the limit parameter affects results beyond what the output schema may already capture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.