Skip to main content
Glama
ssql2014

web-automation-mcp

by ssql2014

initialize_browser

Starts a browser instance for web automation, with headless mode for background tasks and visible mode to observe the browser. Set headless to false to view the session.

Instructions

Initialize the browser (use headless: false to see the browser)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headlessNoWhether to run browser in headless mode
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects. It only hints at browser visibility with headless flag but does not mention resource allocation, persistence, the need for cleanup_browser, or any potential side effects of initialization. This is minimal behavioral information.

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, front-loaded sentence that states the purpose and includes a useful parameter tip. Every word earns its place, with no filler or redundancy.

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?

The tool is simple with one parameter and no output schema, and the description covers the core action and a parameter nuance. However, it lacks any mention of lifecycle (e.g., whether this must be paired with cleanup_browser) or what the initialization actually sets up, leaving some gaps for a non-expert agent.

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 schema already describes the headless parameter (100% coverage), so the baseline is 3. The description adds practical value by explicitly instructing 'use headless: false to see the browser', which clarifies the effect of the parameter beyond its schema description, earning a 4.

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 clearly states the action 'Initialize the browser' with a specific resource. It is distinct from sibling tools like web_automation_query, cleanup_browser, etc., making it easy to identify when this tool is relevant.

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 a parameter-specific tip ('use headless: false to see the browser') but does not explain when to use this tool versus alternatives, such as whether it should be called before web_automation_query or if it is a prerequisite for other operations. No exclusions or context for tool selection are given.

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/ssql2014/web-automation-mcp'

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