Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide idempotentHint=true and destructiveHint=false. The description adds the behavioral detail that only provided fields are changed (partial update), which is valuable context beyond the annotations. However, it does not disclose error handling, required permissions, or what happens if the product does not exist.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.