Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the side-effect sequence beyond the annotations: it creates escrow, funds it on-chain with USDC, executes the task, and returns a result. This is valuable because it signals a paid, multi-step, externally visible transaction. It does not mention non-refundability or failure modes, but the annotations already flag destructive and non-idempotent behavior, lowering the bar.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.