Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It states the tool works 'AFTER PURCHASE' and returns 'signed download URLs,' implying read-only access. However, it does not explicitly state that it is non-mutating, nor does it mention potential failure conditions (e.g., invalid buyerWallet/tokenId) or the expiry nature of signed URLs. The core behavior is clear but lacks explicit safety/edge-case details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.