Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the description wisely adds value by scoping what 'public detail' means (verified or self-reported revenue signals, for-sale status) and the null-return contract. It doesn't add auth, rate-limit, or ordering details, but for a simple read operation with strong annotation coverage, it discloses more than the calibration baseline (which scored 3).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.