Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already communicates that this is a safe read operation. The description adds no further behavioral context such as what data is returned, whether it includes running/completed tasks, or any filtering limitations. It does not contradict the annotation, but it also provides minimal additional value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.