Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey non-read-only, non-destructive, non-idempotent. The description adds specific behavioral context by stating the action does not alter the 'immutable request package,' clarifying the non-destructive nature precisely. It also implies a side effect (sending a question to the buyer) consistent with readOnlyHint=false.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.