Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the safety profile is covered. The description adds genuinely useful context beyond that: 'The video itself stays on the assignment' clarifies the blast radius of the destructive action, plus it names the source of the identifier (get_assignment).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.