Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=false, consistent with a mutation, and destructiveHint=false, meaning the operation is considered reversible via LSP undo. The description adds context by implying the operation mutates symbols across multiple files, which is a significant side-effect-bearing behavior worth flagging. However, the description doesn't cover important behavioral traits like failure modes (symbol not found), file-saving requirements, or whether the change is immediately persisted — leaving meaningful gaps for a refactoring operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.