Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It states the scoping constraint ('belonging to the authenticated user') but does not disclose what happens if the order is not found, whether the operation is read-only, or any authorization requirements. The verb 'Retrieve' implies a safe read, providing basic transparency without detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.