Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for disclosing behavioral traits. It only says 'cancel' without explaining side effects, whether cancellation is reversible, what happens to ongoing operations, or how the confirm_token parameter influences behavior (one vs all). This is a significant gap for a potentially destructive action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.