Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate the tool is a non-destructive, idempotent write operation. The description adds that the marking is 'exactly' scoped to the supplied task ID, clarifying that no other tasks are affected, which is a behavioral trait not explicitly in the annotations. It does not describe edge cases like already-completed tasks, but the idempotent annotation covers that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.