Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false and destructiveHint=false, so the description is not solely responsible for safety disclosure. It adds useful context by stating the change affects a 'synthetic image' and does not access WeChat, which clarifies the non-real-world impact. However, it does not explain return values, side effects, or prerequisites, which is acceptable given the demo scope.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.