Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint false, idempotentHint true, and destructiveHint true. The description adds that responses are sent to the provider and that it returns confirmation and updated order status, plus requires authentication. However, it does not explain the destructive hint (e.g., overwriting previous responses), leaving some behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.