Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate write capability (readOnlyHint=false), non-destructive (destructiveHint=false), and idempotent (idempotentHint=true). The description adds no behavioral context beyond 'update'. It does not provide extra detail like auth requirements, error handling, or concurrency behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.