Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows it's a safe, side-effect-free operation. The description adds valuable context: it returns the cheapest live offer and compatibility as declared by the selling store, which indicates the source of data and potential variability. It does not over-explain destructive behavior since none exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.