Skip to main content
Glama
DB-25

arc-control-mcp

Select Option

select_option

Choose an option in a select element by exact value or visible label. If no match, lists existing options so the next call can pick a real one.

Instructions

Choose an option in a select element, by exact option value or exact visible label. When nothing matches, the failure lists the options that do exist, so the next call can pick a real one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionYesOption value or visible text, matched exactly after trimming
tab_idNoArc tab id from list_tabs. Omit to use this agent's current tab, falling back to whatever tab is active in Arc.
selectorYesCSS selector for the <select>. "text=" cannot reach a select element, so use a CSS selector here.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

It discloses a useful behavioral trait beyond the annotations: on a failed match, the error lists existing options so the next call can succeed. Annotations already cover read-only, idempotence, and destructiveness, and the description does not contradict them.

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 sentences with no filler: the first states the operation and matching semantics, the second adds actionable failure behavior. Every sentence earns its place.

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 simple select tool with no output schema, the description covers the element type, matching behavior, and failure feedback. It does not describe a successful return value, but the failure behavior is the most decision-relevant outcome for an agent.

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%, so the baseline is 3. The description repeats the matching mode and adds the failure-list behavior, but it does not materially extend the schema's parameter documentation for option, selector, or tab_id.

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 element'. It further specifies matching by exact option value or visible label, which clearly distinguishes it from siblings like click, fill, or press_key.

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 clear context by restricting use to select elements, which implies when this tool applies rather than generic click/fill. It does not explicitly name alternatives or exclusion conditions, so it stops short of full routing guidance.

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

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/DB-25/arc-control-mcp'

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