Skip to main content
Glama

neuron_monitor_action

Capture page state, perform a click, type, or navigation, then compare before-and-after snapshots to verify the action changed the page as expected.

Instructions

Snapshot page state, perform an action (click/type/navigate), then diff to see what changed. One call replaces the snapshot_state → click → wait → snapshot_state → diff_states chain. Use to verify that a button click, form submit, or navigation actually did what was expected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYesChrome tab ID
actionYesThe action to perform between snapshots
waitMsNoWait time after action before diffing (default: 1500)
screenshotNoScreenshot after action (default: true)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.1

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses the snapshot-before/action/diff-after workflow and the wait-then-diff behavior, which is useful. However, it does not describe the output shape, potential side effects of the underlying action, or any permission/auth considerations.

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 two tight sentences with no filler. The mechanism is front-loaded and the value proposition and usage context follow immediately, making it easy for an agent to absorb quickly.

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?

For a tool with four parameters, nested action objects, and no output schema, the description covers the core workflow, the action types, and the main use case. The schema handles parameter details, and 'diff to see what changed' signals the result type, though explicit return formatting is not described.

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 description coverage is 100%, so the schema already documents all parameters and nested action fields. The description adds little beyond restating the action types, which aligns with the schema but does not provide new 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 a composite operation: snapshot page state, perform an action, then diff to see what changed. It names the specific action types (click/type/navigate) and explicitly distinguishes itself from the primitive snapshot→click→wait→snapshot→diff chain, so an agent can separate it from sibling tools like neuron_click or neuron_diff_states.

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 a concrete use case: verifying that a button click, form submit, or navigation did what was expected. It also explains that one call replaces a multi-step chain, implying when to choose this tool over composing individual sibling calls, though it does not explicitly list when-not-to-use scenarios.

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/conquext/neuron-inspector'

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