Skip to main content
Glama
stemado

scout-mcp-server

by stemado

execute_action_tool

Execute a single browser action (click, type, select, navigate, scroll, wait) and follow up with scouting to inspect the result.

Instructions

Perform a single interaction in the live browser session.

Supports clicking, typing, selecting, navigating, scrolling, and waiting. Always scout after executing an action to observe the result.

Args: session_id: Active session ID. action: The action to perform. selector: CSS selector of the target element. Required for click, type, select, hover, clear, upload_file. value: Text to type, option to select, URL to navigate to, key to press, wait duration, or file path to upload. frame_context: Iframe selector path for the target element. Use 'main' or omit for top-level. wait_after: Milliseconds to wait after action completes. Default: 500.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
actionYes
selectorNo
valueNo
frame_contextNo
wait_afterNo
Behavior3/5

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

With no annotations, the description itself must cover behavior. It mentions 'single interaction,' scouting, and parameter roles, but does not disclose potential side effects (e.g., page navigation, state changes) or error handling. Adequate but not comprehensive.

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 concise and well-structured: a one-sentence purpose, a crucial usage tip, then a bulleted argument list. Every sentence adds value with no redundancy.

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 6 parameters, no output schema, and no annotations, the description covers parameter usage and required conditions well. It lacks return value or error details, but for an action tool, the outcome is observable via scout. Slightly incomplete but acceptable.

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

Parameters5/5

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

Schema coverage is 0%, so the description fully compensates. It explains each parameter: session_id, action enum, selector requirement, value meanings, frame_context, and wait_after default. This adds critical meaning beyond the schema.

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 'Perform a single interaction in the live browser session' and lists supported actions (click, type, select, navigate, scroll, wait, etc.), distinguishing it from sibling tools like `scout_page_tool` or `execute_javascript`.

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 advises 'Always scout after executing an action to observe the result,' providing explicit post-action guidance. It implies when to use (single interactions) but does not explicitly contrast with alternatives like `fill_secret` or `execute_javascript`.

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/stemado/scout-mcp'

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