Skip to main content
Glama
TommyFive

chatgpt-remote-browser-mcp

by TommyFive

Native OpenClaw browser control

native_browser
Destructive

Operates on browser tabs shared through OpenClaw's Chrome extension: navigate, inspect and interact with pages, run JavaScript, capture screenshots, emulate devices, and manage downloads and files.

Instructions

Full high-level OpenClaw Chrome-extension browser surface for Selected Tabs. Use list_shared_tabs first and pass its opaque handle. Supports tab lifecycle, DOM interaction, evaluation, diagnostics, emulation, files and batch actions. Raw shell and raw target IDs are never accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
fnNo
keyNo
refNo
urlNo
kindNo
textNo
urlsNo
clearNo
depthNo
frameNo
labelNo
levelNo
limitNo
pathsNo
widthNo
acceptNo
actionYes
buttonNo
deviceNo
endRefNo
fieldsNo
filterNo
handleNo
heightNo
labelsNo
localeNo
originNo
slowlyNo
submitNo
timeMsNo
valuesNo
actionsNo
compactNo
delayMsNo
dismissNo
elementNo
headersNo
offlineNo
accuracyNo
dialogIdNo
fullPageNo
inputRefNo
latitudeNo
maxCharsNo
selectorNo
startRefNo
textGoneNo
efficientNo
imageTypeNo
loadStateNo
longitudeNo
modifiersNo
timeoutMsNo
promptTextNo
timezoneIdNo
colorSchemeNo
doubleClickNo
interactiveNo
responseUrlNo
stopOnErrorNo
downloadNameNo
snapshotFormatNo
clearGeolocationNo

Schema Changelog

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

  1. First observedv0.2.2

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already declare destructive/open-world behavior and the description adds capability context such as tab lifecycle, files, and batch actions. No contradiction exists, but concrete side effects (e.g., closing tabs, downloading files, dismissing dialogs) are not spelled out.

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 readable, with the key prerequisite and constraint front-loaded. It avoids boilerplate, though the phrase 'Full high-level' is slightly redundant.

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

Completeness1/5

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

With 65 parameters, nested objects, and no output schema, the description provides only broad categories and leaves the agent without enough information to construct valid calls or interpret results. No return value or error behavior is mentioned.

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

Parameters1/5

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

Schema coverage is 0% and the description does not explain any of the 65 parameters, their relationships, or required combinations. Even the referenced 'opaque handle' is not explicitly mapped to the handle parameter.

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

Purpose4/5

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

The description clearly identifies this as the high-level OpenClaw browser control surface for tabs and lists the supported capability categories (tab lifecycle, DOM interaction, evaluation, etc.). It also differentiates it from raw shell/target ID access, though it doesn't name sibling tools explicitly.

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

Usage Guidelines3/5

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

It instructs the agent to call list_shared_tabs first and pass the opaque handle, and warns that raw shell/target IDs are not accepted. However, it does not explain when to prefer this tool over the sibling actions like navigate, click, or type.

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/TommyFive/chatgpt-remote-browser-mcp'

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