Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to cover safety. However, it also adds no extra behavioral details (e.g., error handling, authentication, or uniqueness of orders). Unlike the calibration example, it doesn't add any constraint or clarification beyond what the annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.