navigate_history
Move back or forward through browser history, or reload the current page while bypassing cache to fetch fresh resources.
Instructions
Navigate through the current browser history or reload the page.
Use this tool only for navigation relative to the current browser history. Use navigate when going to an arbitrary URL.
Args: action: - "back": Navigate to the previous history entry. Has no useful effect when there is no previous history entry. - "forward": Navigate to the next history entry. Has no useful effect when there is no forward history entry. - "reload": Reload the current page while ignoring the browser cache so page resources are fetched again.
Returns: A confirmation message describing the operation performed.
Notes: These operations can trigger page loads, redirects, and other navigation events. Use get_page_info afterward when you need to verify the resulting URL or title.
Tool selection: - Arbitrary destination URL -> use navigate. - Previous/next browser history entry -> use this tool. - Refresh current page -> use this tool with action="reload".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | back |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |