Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=false, openWorldHint=true, and idempotentHint=false, covering basic write/network/non-idempotent behavior. The description adds value beyond annotations by disclosing the asynchronous nature ('returns a job id immediately, writing takes tens of seconds'), the plan requirement, and the optional grounding in a URL. These are meaningful behavioral traits that help the agent set expectations. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.