Skip to main content
Glama

browser_navigate_back

Destructive

Return to the previous page in browser history to undo a navigation or revisit an earlier step in your workflow.

Instructions

Go back to the previous page in the history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.0.80

TDQS

A3.6/5.0
Behavior2/5

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

The description adds no behavioral detail beyond what the annotations already declare. The annotations state readOnlyHint=false and destructiveHint=true, which already signals that the tool may have side effects. The description merely restates the action without elaborating on potential outcomes (e.g., unsaved form data loss, behavior when history is empty, or that it alters the current page state).

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 a single sentence with no superfluous words. It is front-loaded and immediately communicates the tool's function. It earns its place with zero waste.

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

Completeness4/5

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

Given the tool's simplicity (no parameters, no output schema, minimal complexity), the description is largely sufficient for an agent to understand the action. Minor missing context could include that it operates on the current tab's history, but that is likely implied in a browser context. Overall, it is complete enough for safe invocation.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4 per the rubric. The description correctly adds nothing about parameters because there are none to explain. The schema coverage is trivially 100%, and the description does not need to compensate.

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 verb ('go back') and resource ('previous page in the history'), which unambiguously defines the tool's action. It distinguishes from sibling tools like browser_navigate (which presumably goes to a specific URL) and browser_tabs (which manages tabs). The meaning is instantly clear.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention that browser_navigate can be used for direct URL navigation, nor does it specify exclusions such as 'when there is no history' or that it only applies to the current tab. There is no context about when to prefer this over other navigation tools.

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

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/nludd25/playwright-mcp'

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