Skip to main content
Glama
ricardodeazambuja

browser-mcp-server

browser_console_start

Start capturing browser console logs such as console.log, error, and warn messages. Optionally filter by log level to collect specific types of output for debugging.

Instructions

Start capturing browser console logs (console.log, console.error, console.warn, etc.) (see browser_docs)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoOptional filter for log level: "log", "error", "warn", "info", "debug", or "all"
Behavior2/5

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

With no annotations, the description must disclose side effects and behavior. It only says 'start capturing' but does not mention if previous logs are cleared, if capturing is persistent across page navigation, or if it needs to be stopped explicitly. The lack of detail leaves the agent unaware of important behavioral traits.

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 that conveys the core purpose efficiently, with a reference to browser_docs. It is concise without padding, but could include more structured information in the same space.

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

Completeness2/5

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

The description lacks completeness for effective use. It does not explain the relationship to browser_console_get, when capturing ends, or any limits. An output schema is absent, and annotations are missing. Significant gaps remain.

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 input schema has 100% coverage with a description and enum for the 'level' parameter. The tool description does not add any extra meaning beyond what the schema already provides, so baseline 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 clearly states the action (start capturing) and the resource (browser console logs), listing specific log types. It effectively distinguishes from sibling tools like browser_console_get and browser_console_clear, which handle retrieval and clearing respectively.

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?

No guidance is provided on when to use this tool versus alternatives. It doesn't state that this should be called before browser_console_get, or when capturing stops, or any prerequisites. The reference to browser_docs is vague and not a usage guideline.

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/ricardodeazambuja/browser-mcp-server'

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