Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (destructiveHint=true, readOnlyHint=false), the description adds critical behavioral details: partial files are preserved, it returns a NEW task_id that must be polled instead of the original, and it spells out retry limits and non-transient errors never to retry. This is exactly the kind of context the annotations don't capture.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.