Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the read-only, idempotent, non-destructive safety profile. The description adds value by specifying exactly which metadata attributes are returned, such as size, timestamps, ETag, content type, and tags. It does not address error behavior like missing objects, but this is largely mitigated by the output schema and annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.