Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true, so the description does not need to restate destructiveness. It does add the useful behavioral constraint that only running jobs can be stopped, implying that already-completed or queued jobs are not the target. Still, it does not describe side effects like whether job state becomes canceled or whether resources are freed, so value beyond annotations is moderate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.