Skip to main content
Glama
axe-work

Quest Browser MCP Server

by axe-work

browser_initialize

Establishes a WebSocket connection to the Oculus Browser and retrieves the list of available pages, enabling subsequent browser automation tasks.

Instructions

Initialize browser connection and get available pages

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits, but it only restates the tool's name and purpose. It does not explain what 'initialize' entails, whether the operation is idempotent, or if it has side effects like opening a new browser window, making the behavior opaque for an AI agent.

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 a single sentence with no fluff, making it easy to parse. It is concise, but the dual-action structure could be clearer; still, it earns points for brevity and front-loading the core action.

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?

For a tool with zero parameters and no output schema, the description provides the minimum viable information: it says what it does and what it returns. However, it leaves unclear how this differs from browser_connect or list_pages, and it does not mention any prerequisites or side effects, making it incomplete in the context of the sibling toolset.

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 no parameters, so per the rubric baseline is 4 even if the description offers no additional parameter details. The phrase 'get available pages' subtly hints at the return value, which somewhat compensates for the absence of an output schema, though it is not explicit.

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 states the tool initializes a browser connection and retrieves available pages, using specific verbs and a resource. It distinguishes itself somewhat from sibling tools like browser_connect and browser_list_pages by combining these actions, though the dual purpose is slightly ambiguous about whether 'get available pages' is a separate action or part of initialization.

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 like browser_connect or browser_list_pages. There is no mention of it being a prerequisite or a preferred way to start a browser session, leaving the agent to infer usage from the name and context.

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/axe-work/quest-browser-mcp'

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