Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Even with readOnlyHint=true, idempotentHint=true, and destructiveHint=false, the description adds critical context: 'Does not create a cart, order, or payment' and 'Its result already renders...' It also discloses the prerequisite of reading the category catalog and the exact-once invocation requirement, which are not derivable from annotations alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.