Skip to main content
Glama

Observe Action Result

browser_observe_action_result
Destructive

Resolve unclear browser action outcomes by comparing before and after DOM, state, network, and screenshot diffs to determine if further monitoring is needed.

Instructions

Use when one click, type, press, check, select, hover, scroll, reload, navigate, or authorized eval has an unclear outcome and a compact before/after diff is needed. Preconditions: an active page and acknowledgeRawCapture: true are required; eval actions also require acknowledgeDangerousEval: true. Next: use the returned DOM, state, network, and optional screenshot diff to decide whether a longer monitor_start reproduction is necessary. Sensitivity: before/after snapshots, values, screenshots, URLs, and network changes can contain sensitive raw page data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
waitAfterMsNo
afterSnapshotNo
beforeSnapshotNo
includeScreenshotNo
acknowledgeRawCaptureNo
acknowledgeDangerousEvalNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
resultNo
Behavior3/5

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

Annotations already mark destructiveHint=true, so the destructive nature is known. The description adds a sensitivity warning about sensitive raw page data in the diff. It does not contradict annotations, but beyond that, it does not disclose additional behavioral traits such as side effects on page state or rate limits.

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?

The description is four sentences with clear front-loading of purpose and usage. Every sentence adds value: when to use, preconditions, next steps, and sensitivity. No unnecessary information.

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?

The description covers purpose, usage, and output context (diff with DOM, state, network, screenshot). However, given the high parameter count (7 with nested objects) and lack of parameter explanations, it is not fully complete. Output schema existence reduces the need to describe return values, but parameter semantics remain a gap.

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% for the 7 parameters (many nested). The description does not explain any parameter individually, such as the 'action' variant details or the snapshot options. This leaves the agent to infer from the schema alone, which is insufficient given the complexity.

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 starts with 'Use when one click, type, press, check, select, hover, scroll, reload, navigate, or authorized eval has an unclear outcome and a compact before/after diff is needed.' This clearly states the tool's purpose (observing action results) and distinguishes it from siblings that perform actions or take snapshots without the diff context.

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 specifies when to use (unclear outcome, need compact diff), preconditions (active page, acknowledgeRawCapture, acknowledgeDangerousEval for eval), and next steps (use returned diff to decide if longer monitoring is needed). It does not explicitly list when not to use or name alternative tools, but the context is clear.

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