Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces safety by using 'List.' Beyond that, it discloses return details ('name, category, latest version, and whether it creates its own GVC') and mentions filtering behavior. It does not add rate limits or pagination, but with strong annotations the extra behavior is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.