Skip to main content
Glama

glass_do

Batch known UI input sequences into one call—combine click, type, drag, scroll, and settle steps to cut round-trips, then optionally observe. Fail-fast reports which action failed and how many ran.

Instructions

Run an ordered sequence of input actions in ONE call (collapsing per-action round-trips), then optionally observe. actions is a list of {"action":"click|move|drag|scroll|type|key|settle", …same fields as the matching tool — except type's return observe, rejected here (use a settle action or then)}; settle waits for the screen to stop changing between steps. Optional then runs after all actions succeed: {settle?, diff?, screenshot?} (text-only unless screenshot/diff image). Fails fast: if an action errors it reports which index failed and how many ran. Use for KNOWN sequences (login, form-fill, menu→item); if you must see a result to choose the next action, don't batch that part.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thenNoOptional observe run once after the last action, in the order settle → diff → screenshot.
actionsYesActions to run in order; must be non-empty. Fail-fast — the first failing action aborts the rest and reports its index, so a partial sequence may already have landed.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses fail-fast behavior (reports which index failed and how many ran), the rejection of `type`'s `return` observe inside actions, and the meaning of `settle` (waits for the screen to stop changing). This is strong context, though it does not detail side effects or permissions.

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 five sentences, front-loaded with the core purpose, then structure, failure behavior, and usage guidance. Every sentence adds value, though the density makes it slightly harder to scan. For a tool with this complexity, it is efficient and appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and the absence of annotations, the description is complete enough for an agent to select and invoke it correctly. It covers the batch use case, supported action types, failure reporting, the optional terminal observe, and explicit when-not-to-use guidance. The rich schema fills in any remaining parameter-level details.

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 coverage is 100% and provides detailed descriptions for `actions` and `then` as well as all nested action arguments. The description adds high-level clarification about the actions list structure and the excluded `return` field, but it mostly reiterates schema information. Baseline 3 is appropriate since the schema carries the heavy lifting.

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 the tool runs an ordered sequence of input actions in one call, then optionally observes. It explicitly lists the action types (click, move, drag, scroll, type, key, settle) and explains the optional `then` observe, which distinguishes it from sibling per-action tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance: 'Use for KNOWN sequences (login, form-fill, menu→item); if you must see a result to choose the next action, don't batch that part.' This clearly states when to use the tool and when not to, differentiating it from individual action tools that allow incremental decisions.

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/fixed-width/glass'

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