Skip to main content
Glama
lpenguin
by lpenguin

open_page

Opens a new instrumented browser tab, navigates to a specified URL, and waits for the page to connect, returning it ready for WebGPU frame capture and profiling.

Instructions

Open a new instrumented tab in the controlled browser and navigate it to a URL. Waits for the page to connect to the bridge and returns it ready to capture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to open.
Behavior4/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 discloses key behavior beyond the mere action: it waits for bridge connection and returns a page ready for capture. This gives the agent useful operational expectations, though it doesn't mention timeout behavior or what happens if the browser isn't available.

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?

Two sentences, directly front-loaded with the action, and every clause adds value: what it opens, where it navigates, and what it waits for. No filler or redundancy.

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?

For a single-parameter tool with no output schema, the description provides essential context: it creates an instrumented tab, waits for connectivity, and returns a ready-to-capture page. It could be slightly more complete by stating a prerequisite (e.g., 'requires a controlled browser already launched'), but the current text is sufficient for most correct usage.

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

Parameters3/5

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

The schema already fully describes the only parameter with 'URL to open.' The description adds contextual phrasing ('navigate it to a URL') but no additional semantic detail, format requirements, or edge-case guidance. With 100% schema coverage, the baseline of 3 is appropriate.

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 uses a specific verb and resource: 'Open a new instrumented tab in the controlled browser and navigate it to a URL.' It also adds the outcome ('returns it ready to capture'), which distinguishes it from sibling tools like list_pages or screenshot_page. The scope and intent are immediately clear.

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 implies when to use this tool: after a controlled browser exists, to create a fresh page for subsequent capture. It clearly sets context by saying 'in the controlled browser' and 'ready to capture.' It doesn't explicitly name alternatives or state when not to use it, so it falls short of a full 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/lpenguin/webgpu_inspector_mcp'

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