Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal a mutation (readOnlyHint=false) and idempotency (idempotentHint=true). The description adds no additional behavioral context: it doesn't mention whether the material must already exist, whether it overwrites previous assignments, or how failures are handled. With annotations present, the bar is lower, but the description still provides no value beyond the action itself.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.