Skip to main content
Glama

Robot Actions — Remote Device Control

web_select_option

Choose an option in a in the DESKTOP grid browser (by pageId), by value or visible label. Not a device — for a phone or tablet use webpage_select_option.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoVisible option text; used when value is not given
valueNoOption value attribute
pageIdYesPage ID from web_navigate
selectorYesCSS selector of the <select>

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does disclose the core behavior (selecting by value or visible label) and environment. However, it doesn't mention side effects such as triggering change events/navigation, behavior when neither value nor label matches, or what the tool returns. These are notable but not fatal gaps for a simple UI action.

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?

Two short sentences, action and scope front-loaded, alternative at the end. No filler or repetition of schema details.

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 low-complexity tool with fully documented parameters, the description plus schema give an agent the essential invocation path: pageId, CSS selector, and either value or label. The absence of an output schema is not a major issue for an action-style tool; only side-effect/error behavior is left unspecified.

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 each parameter (pageId, selector, value, label) already has a clear description. The text adds only the value-vs-label selection distinction, which largely restates the schema. Baseline 3 is appropriate.

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 opens with a specific verb and resource: 'Choose an option in a <select>', scoped to the DESKTOP grid browser and keyed by pageId. It also names a sibling alternative (webpage_select_option), so an agent can distinguish it from similar select tools. Minor ambiguity about what 'grid browser' means, but the action is unmistakable.

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?

It explicitly states the environment (DESKTOP grid browser by pageId) and gives a when-not-to-use condition: for a phone or tablet, use webpage_select_option. It doesn't mention the Playwright sibling, but the main routing decision is covered.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources