Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses asynchronous behavior (stop flag set immediately, plan may continue briefly), state transition to 'stopped', return semantics ('stop_requested returns false' for already finished plans), and error handling (PLAN_NOT_FOUND). These go far beyond the annotations, which only indicate destructive and idempotent hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.