Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the bar is lower. The description adds real context beyond them: the operation replaces (not appends to) existing lists, `clear: true` wipes all sources entirely, and feeds must be public HTTPS. It does not detail auth/permission requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.