Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds context beyond these by specifying that it performs a 'honeypot / contract safety check', which is behavioral information not captured in the annotations. It adds value without contradicting any annotations, and the safety profile is already disclosed by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.