Skip to main content
Glama

Batch Actions

batch_actions

Execute multiple browser actions sequentially in a single MCP call to eliminate round-trip overhead. Chain clicks, typing, scrolling, and delays for humanized automation.

Instructions

Execute multiple browser actions sequentially in a single MCP call. Eliminates round-trip overhead for humanization sequences (e.g. Bezier mouse paths, typed text with delays). Each action can have an optional delayAfter (ms) to pause between steps. Returns a single result with the outcome of each action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYesSession ID.
actionsYesArray of actions to execute sequentially.
Behavior3/5

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

No annotations provided. Description covers execution order (sequential), pausing (delayAfter), and return structure ('single result with the outcome of each action'). Missing critical behavioral details: error handling (fail-fast vs continue), atomicity, and timeout behavior for long batches.

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 with zero waste: purpose (sentence 1), value proposition with examples (sentence 2), specific parameter behavior (sentence 3), and return value (sentence 4). Front-loaded with core action.

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?

Well-covered despite lack of output schema because description explicitly states return structure ('single result with the outcome of each action'). With 100% schema coverage and complex nested parameters, the description appropriately focuses on high-level behavioral context rather than re-documenting schema fields.

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

Parameters4/5

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

Schema coverage is 100%, establishing baseline 3. Description adds valuable semantic context for 'delayAfter' ('to pause between steps') and frames the 'actions' array within 'humanization sequences', aiding agent understanding of intended use patterns.

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?

Description uses specific verb 'Execute' with resource 'browser actions' and scope 'sequentially in a single MCP call'. The phrase 'Eliminates round-trip overhead' clearly distinguishes this from single-action siblings like `act`.

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?

Provides clear use case context ('humanization sequences', 'Bezier mouse paths') and benefit ('Eliminates round-trip overhead'). Lacks explicit 'when not to use' guidance versus calling `act` multiple times.

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/anthonybono21-cloud/leapfrog'

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