Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It clearly discloses the key behavioral trait: the tool only returns a URL and does not execute the purchase. It also states it 'returns purchase details', giving a clear picture of the output. It does not mention any side effects or authorization requirements, but for a simple read-like operation this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.