Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't need to repeat that. It adds value by disclosing failure modes (network restrictions, host_not_allowed) and prescribing fallback behavior (use File Upload Widget, no retry). This is behavioral context beyond the annotations, though not exhaustive about internal details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.