Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden: it clearly discloses that this mutates the name attribute of every object in the current selection. It does not mention whether existing names are overwritten, how an empty selection is handled, or whether the operation is undoable, but the core side effect is stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.