Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful behavioral context: the returned ProductTwin is 'canonical' and includes 'source-level provenance', which goes beyond the annotations. It does not introduce contradictions or disclose additional behaviors like rate limits or error cases, but the annotation coverage lowers the burden.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.