Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey that this is non-read-only, non-idempotent, and has external side effects (openWorldHint true). The description adds context that it is a Stripe checkout session, implying a payment flow, but does not disclose additional behavioral details like session expiration or redirect behavior. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.