Skip to main content
Glama

manage_history

Handle relative browser navigation: go back or forward, reload the page, or list the history. Use instead of navigate when no new URL is needed.

Instructions

Navigate through the current browser history, reload the current page, or list the current browser history.

Use this tool for navigation relative to the current browser history or for displaying the current browser history. Use the 'navigate' tool 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. - "list": Return a tuple containing the current location in history (0-indexed) and the full navigation-history list.

Returns: A confirmation message describing the operation performed for navigation actions, or, for "list", a tuple containing the current history location (0-indexed) and the full navigation-history list.

Notes: These operations can trigger page loads, redirects, and other navigation events. Use the 'get_page_info' tool 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". - List current history -> use this tool with action="list".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNolist

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden, and it delivers: it discloses that 'back' and 'forward' have no useful effect at history boundaries, that 'reload' ignores the browser cache, and that operations can trigger page loads, redirects, and navigation events. It also explains the return behavior for each action and recommends verification via 'get_page_info'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but every section earns its place: action semantics, return values, side-effect warnings, and tool selection guidance. It is well-organized with clear headings and front-loaded purpose, avoiding redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is fully complete for a tool with one parameter and an output schema. It covers all actions, return semantics, side effects, boundary behavior, and when to use alternative tools, leaving no significant gap for an agent deciding whether and how to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must fully explain the single parameter. It does, with a detailed breakdown of each enum value: 'back', 'forward', 'reload', and 'list'. The description adds meaning beyond the bare enum, including effect, boundary behavior, cache handling, and return format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear, specific statement: 'Navigate through the current browser history, reload the current page, or list the current browser history.' It also distinguishes itself from the 'navigate' tool by explicitly stating that 'navigate' is for arbitrary URLs, making the tool's scope unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit 'Tool selection' section with clear routing rules: arbitrary URL -> navigate, previous/next history entry -> this tool, refresh -> reload, list -> list. It also advises using 'get_page_info' afterward to verify the resulting URL or title, giving concrete post-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seleniumbase/SeleniumBase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server