Skip to main content
Glama

browser_back

Navigate to the previous page in your browser session, just like pressing the Back button. Useful after navigating multiple pages to return to an earlier one.

Instructions

Navigate back in browser history (like clicking the Back button).

PREREQUISITE: browser_open and browser_go must have been called first.

Args: session_name: Browser session to use (default: "default")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tab_idNo
session_nameNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the core behavior and the prerequisite, but does not disclose side effects, error conditions (e.g., no history), or what happens if the session is invalid. This is adequate but not rich.

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?

The description is short and front-loaded with the purpose and prerequisite. The Args section is somewhat redundant with the schema and misses a parameter, so it's not perfectly structured, but overall it is concise and to the point.

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

Completeness3/5

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

With an output schema present, return values are likely covered. The description includes the key prerequisite and the main behavior, but the missing tab_id parameter and lack of edge-case information leave it incomplete for a tool with two optional parameters.

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

Parameters2/5

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

The schema has two parameters (tab_id, session_name) with no descriptions. The description only explains session_name in the Args section and completely omits tab_id, leading to incomplete parameter guidance. Given 0% schema coverage, this is a significant gap.

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 states a specific action ('Navigate back in browser history') with a helpful analogy ('like clicking the Back button'). It clearly distinguishes this from sibling tools like browser_go by focusing on backward navigation.

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

Usage Guidelines4/5

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

The description includes an explicit prerequisite ('browser_open and browser_go must have been called first'), which provides clear context for when this tool should be used. However, it does not mention alternatives or exclusions, so it's slightly shy of a 5.

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

Install Server

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/BobongKu/nodriver-proxy-mcp'

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