Manage History
manage_historyNavigate the current tab's history with back, forward, or reload actions, or list history entries to inspect the current position.
Instructions
Manage or inspect the current browser tab's navigation history.
Use "back", "forward", or "reload" actions for history navigation. Use "list" to inspect history. (This one is read-only.) Use 'open_url' for navigation to an arbitrary URL.
Args: action: - "back": Go to the previous history entry, if available. - "forward": Go to the next history entry, if available. - "reload": Reload the current page while ignoring the cache. - "list": Return the current history position and entries.
Navigation actions can trigger page loads or redirects. Use 'get_page_info' afterward to verify the resulting URL or title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |