Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is a mutating but non-destructive operation. The description adds the context that the resulting system is 'saved' and configured from an object, which is useful, but it does not disclose return values, validation, uniqueness constraints, or side effects beyond creation. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.