Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is a mutating operation (readOnlyHint=false). The description adds the permission requirement 'Requires allow_automations', which is context beyond the annotations. However, it does not disclose other behavioral details such as whether the change takes effect immediately, whether it is reversible, or what happens to a currently running automation. It does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.