Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
actionNoback

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.9/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 delivers: it discloses side effects ('can trigger page loads, redirects, and other navigation events'), documents no-op behavior when history entries are absent, notes that reload bypasses the browser cache, and recommends get_page_info for post-navigation verification. No contradiction with any structured data.

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

Conciseness4/5

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

Well-organized with clear sections (Args, Returns, Notes, Tool selection) and front-loaded purpose. Slight redundancy between the opening paragraph and the Tool selection list, but the repetition reinforces routing decisions and every sentence otherwise carries information.

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?

For a single-parameter tool with an output schema, the description covers purpose, per-value semantics, edge behavior, side effects, and sibling routing. Nothing an agent needs to invoke it correctly is missing.

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 compensate for the bare enum, and it does: each action value gets a sentence defining its behavior plus its edge-case effect ('Has no useful effect when there is no previous history entry'). The reload semantics (cache-ignoring) are also clarified beyond the enum label.

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?

States a specific verb and resource ('Navigate through the current browser history or reload the page') and enumerates the exact operations (back, forward, reload). Explicitly contrasts with the sibling 'navigate', so an agent can distinguish history-relative navigation from arbitrary-URL navigation without opening the schema.

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?

Gives explicit routing rules in a dedicated 'Tool selection' block: arbitrary URL -> navigate; previous/next history entry -> this tool; refresh -> this tool with action='reload'. Also opens with 'Use this tool only for navigation relative to the current browser history', leaving no ambiguity about when it applies.

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