Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, idempotentHint=true, destructiveHint=false, but the description adds meaningful behavioral context beyond that: it dictates a specific error-handling policy (no retry), a fallback action (use File Upload Widget), and a user-interaction constraint (do not ask for public URL). These are not conveyed by annotations, so the description carries its weight here.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.