Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already set destructiveHint=true and readOnlyHint=false, indicating this is a mutation that may cause side effects (e.g., losing current page state). The description simply restates the action without adding behavioral context (e.g., what happens to form inputs, whether it triggers reload, or if it fails without history). With annotations covering the safety profile, the description adds no significant extra value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.