browser_clear_errors
Clear all collected browser errors to reset error state and start with a clean slate for browser automation and testing.
Instructions
Clear collected browser errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Clear all collected browser errors to reset error state and start with a clean slate for browser automation and testing.
Clear collected browser errors
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.1Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. 'Clear' implies a destructive action that is likely irreversible, which is apparent. However, it does not disclose whether clearing affects all tabs, persists across sessions, or has any other side effects. The behavior is minimally described but not contradictory.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no redundant words. It efficiently communicates the operation without any filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter clear operation with no output schema, the description is adequate. It states exactly what it does. While it could clarify scope (e.g., 'all browser errors'), the context of sibling tools makes it clear enough. Minor ambiguity about persistence or cross-tab effects, but overall sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema coverage is effectively 100%. The description adds no parameter details, which is unnecessary. Baseline for 0 parameters is 4, and the description does not need to elaborate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (Clear) and the resource (collected browser errors), distinguishing it from sibling tools like api_clear_errors. It does not explicitly name alternatives, but the 'browser' qualifier makes the scope unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives like browser_errors (to inspect) or api_clear_errors. No mention of prerequisites, side effects, or typical workflows. The description simply states the operation without context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.