Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already include idempotentHint=true, destructiveHint=true, and readOnlyHint=false, so the safety profile is established. The description adds useful context by emphasizing that repeated calls are acceptable, but it does not disclose side effects like clearing fields via null or the destructive overwrite nature beyond what the schema and annotations already imply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.