Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=false, idempotentHint=true, and readOnlyHint=false, covering the safety profile. The description adds no behavioral context beyond that, such as whether updates are partial, what happens on missing records, or any side effects. It fails to add value over the structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.