Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description need not repeat that. The description adds value by disclosing the dependency on a transaction handle, which is a key behavioral requirement beyond the annotation fields. It doesn't describe post-commit effects, but that is not essential given the tool's simplicity and the presence of sibling transaction tools.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.