Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the safety profile (readOnlyHint=true, destructiveHint=false), so the bar is lower. The description confirms the non-writing behavior, which is consistent with the annotations. However, 'Unknown remains unresolved' is ambiguous about what happens when the receipt is unknown (error vs. null return), and the description adds little behavioral context beyond what annotations provide. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.