Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=false, and the description adds meaningful behavioral detail: it creates escrow, funds it on-chain in USDC, executes the task, and returns a result. It does not explicitly warn about the irreversibility of the on-chain funding, but the annotation and step list provide a reasonably clear picture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.