Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are minimal: readOnlyHint=false and openWorldHint=false, which indicate this is a mutating operation. The description doesn't add much beyond that, but it does mention the repeat behavior (stepping back multiple times). However, it doesn't disclose potential side effects like losing unsaved changes or limitations due to undo history limits, which would be useful given that the annotation already implies mutation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.