Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior. The description adds that tasks are those 'executing right now', a useful temporal scoping. However, it leaves the return representation ambiguous (a list of tasks vs. a boolean busy flag), which is a behavioral detail an agent would need.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.