Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses an important prerequisite (logged-in browser session) and implies a write operation (creating an order), but does not explain side effects on the quote, failure conditions, or permissions beyond the session. It provides some useful context but not a full behavioral picture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.