Skip to main content
Glama

Check Form Control

browser_check
Destructive

Check or uncheck a checkbox or radio control with a selector, enabling recording of DOM mutations and network events for debugging Playwright automations.

Instructions

Use when a checkbox or radio control must be checked or unchecked during a reproduction. Preconditions: an active page and precise selector are required. Next: continue the flow or inspect validation, DOM, and request changes. Sensitivity: changing a control can submit data, mutate remote state, or expose values in traces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkedNo
selectorYes
timeoutMsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
resultNo
Behavior4/5

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

Annotations already mark as destructive and not read-only. The description adds value by detailing sensitivity: can submit data, mutate remote state, expose traces. This provides context beyond the annotation flags.

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?

Four sentences, each serves a purpose: purpose, preconditions, next steps, side effects. No wasted words, front-loaded with critical usage context.

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?

With 3 parameters, destructive hint, and output schema present, the description covers usage and side effects but omits parameter details and default behavior (e.g., what happens when 'checked' is omitted). Adequate but not comprehensive.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain parameters. It does not mention selector, checked, or timeoutMs. The purpose hint (checkbox/radio) is weak compensation. Agents would need additional inference.

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 tool is for checking or unchecking checkbox/radio controls, using specific verbs and resource. It distinguishes from sibling tools like browser_click or browser_type by focusing on the specific control type.

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 gives clear context for when to use (checkbox/radio) and preconditions (active page, precise selector). It doesn't explicitly exclude other input types but the purpose is narrow enough. Sibling tools cover other interactions.

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/ss26367098/rawtrace-mcp'

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