Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of signaling mutation; 'removes' does communicate a destructive side effect. However, it does not disclose idempotency, behavior for a slug not in the cart, or reversibility, though these are somewhat implicit for a cart removal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.