Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish safety (readOnly, idempotent, non-destructive), and the description adds useful behavioral context: newest-first ordering and coverage of both delegated and scheduled tasks. It doesn't contradict annotations, and it doesn't overpromise writes or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.