Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the safety and idempotency profile is covered. The description adds value by specifying the returned fields (local paths, checksums), which implies there are no side effects on the file system or remote sources. It does not, however, describe any ordering, pagination, or scale limits on the list.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.