Skip to main content
Glama

browser_verify_fix

Verifies browser fixes by recording pre-fix state, executing repair actions (click, type, wait, scroll), and comparing post-fix results to confirm resolution.

Instructions

修复验证闭环工具。记录修复前状态(错误数、元素状态),执行修复操作(browser_click/type/wait等),验证修复后状态,对比前后差异,确认修复是否生效。返回 before/after 对比、fixStatus、verificationResult、nextAction。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo验证超时时间(毫秒),默认10000
fixValueNo修复动作值(type时为输入文本,wait时为毫秒数,scroll时为距离)
selectorYes目标元素选择器(必填)
fixActionNo修复动作类型:click(点击)、type(输入)、wait(等待)、scroll(滚动)、quick_fix(自动修复)、none(仅验证不修复)quick_fix
verificationCriteriaNo验证标准
Behavior3/5

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

With no annotations, the description carries full burden. It outlines the flow (record, execute, verify, compare, return) and mentions return fields. However, it lacks details on side effects, error handling, or failure scenarios, which is a gap for a mutation tool.

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 short and front-loaded with purpose, listing return fields. It is efficient but could be slightly more structured with bullet points for readability. No waste sentences.

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?

Given 5 parameters (1 required, enum, nested object) and no output schema, the description covers the tool's flow and return values well. It compensates for the lack of output schema by listing before/after, fixStatus, etc. Reasonably complete for a repair-verification tool.

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?

Schema coverage is 100%, so baseline is 3. The description does not add significant meaning beyond the schema, which already describes all parameters well. It mentions the default fixAction but no additional semantic value.

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 it is a 'repair verification closed-loop tool' that records pre-state, executes repair actions, verifies post-state, and compares differences. It distinguishes itself from sibling tools like browser_click or browser_quick_fix by integrating repair with verification.

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 provides clear context for usage, listing supported repair actions (click, type, wait, etc.) and the default action (quick_fix). However, it does not explicitly state when not to use this tool or suggest alternatives, such as directly using browser_click or browser_quick_fix.

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/validpilot/ai-verify-mcp'

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