Skip to main content
Glama

Perform one structured browser action

act
Destructive

Execute a single, bounded browser action while automatically blocking risky or sensitive operations to ensure safe, controlled automation.

Instructions

Perform one bounded compare-and-act browser action; risky or sensitive actions are blocked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specYes
target_idYes
target_epochYes
observe_afterNo
scope_revisionYes
Install Server

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already communicate readOnlyHint=false, destructiveHint=true, idempotentHint=false, so the description does not contradict them. It adds useful context that actions are bounded and that risky or sensitive actions are blocked, which gives some behavioral color beyond the structured hints. However, it does not disclose what counts as risky/sensitive or what effects occur when an action is blocked.

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, front-loaded sentence with no filler. It packs the core function and a key constraint compactly. Minor deduction for jargon ('compare-and-act') that could be clearer, but overall it is efficiently written.

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?

This is a complex tool with nested objects, five parameters, no output schema, and meaningful annotations. The description does not explain the relationship between target_id, target_epoch, and scope_revision, what compare-and-act means in practice, or what the return/observation behavior is (despite the observe_after parameter). The agent would struggle to invoke it correctly based on the description alone.

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

Parameters1/5

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

Schema description coverage is 0%, so the description carries full responsibility for explaining parameters. It mentions none of the five parameters: spec, target_id, target_epoch, scope_revision, or observe_after. The nested spec object with action, wait, value, ref, and timeout_ms is left entirely to field names and enum values. The description adds no semantic weight to the parameter structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb-resource pair: 'Perform one bounded compare-and-act browser action'. It also adds a scoping constraint ('bounded', 'risky or sensitive actions are blocked') that helps distinguish it from general browser automation. However, it does not explicitly contrast it with sibling tools like open_click_verify or batch, and terms like 'compare-and-act' are somewhat jargon-heavy.

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?

There is no guidance on when to use this tool versus siblings such as batch, open_url, click_verify, or verify. The phrase 'one bounded' implies it is for a single action, and 'risky or sensitive actions are blocked' hints at limitations, but no explicit conditions, alternatives, or exclusions are provided. This leaves the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/jett666-rx/fast-gui'

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