Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It implies mutation (setting a tip) which is a write operation, and specifies it affects 'the current draft order' - a useful scoping detail. However, it doesn't disclose error conditions (e.g., what happens if called without a prior preview), reversibility, or whether it's idempotent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.