Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, openWorld, and idempotent. The description adds useful context about async timeout avoidance and on-chain forensics. However, it misleadingly says 'takes a transaction hash or wallet address' while the schema requires transactionHash, which is a behavioral inconsistency not covered 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.