Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, which cover the safety and side-effect profile. The description adds the contextual scope 'your', indicating a user-scoped list, but does not add further behavioral details such as pagination or return format. With annotations present, this is a reasonable baseline.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.