Skip to main content
Glama

browser_select_combobox

Pick a value from a searchable combobox by typing to filter, committing with keyboard, and verifying the selection. Falls back to clicking if needed.

Instructions

Pick value from a CUSTOM / searchable dropdown or combobox (country & country-code pickers, styled listboxes) where browser_select_option times out. Opens the trigger ref, types value to filter, commits the highlighted option by keyboard (ArrowDown+Enter), then VERIFIES the committed value and falls back to clicking the option by visible text. Filter by the COUNTRY NAME (e.g. 'Germany'), not a dial code ('49') which matches the wrong row. Returns {committed, actual} + a snapshot — if committed=false the selection did NOT take.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYes
valueYes
session_idNo
submit_keyNoEnter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully discloses the multi-step behavior: opens the trigger, types value to filter, commits via keyboard, verifies the committed value, and falls back to clicking. It also explains the return format {committed, actual} + snapshot.

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 front-loaded with the purpose and gradually adds detail. It is slightly verbose but every sentence adds value, and the structure logically flows from intent to behavior to return. No wasted words.

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 no annotations, the description covers all necessary behavioral details, parameter meanings, and return format. It is complete for the tool's complexity and provides clear usage guidance, making it easy for an agent to select and invoke correctly.

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 0%, so the description compensates by explaining the `ref` parameter (the trigger) and `value` parameter (what to type). It also notes the `submit_key` default 'Enter'. However, it does not mention `session_id`, which is optional but could be clarified.

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 picks a value from custom/searchable dropdowns or comboboxes, specifically for country/country-code pickers and styled listboxes. It distinguishes itself from the sibling tool browser_select_option by mentioning that it handles cases where browser_select_option times out.

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 explicitly says to use this tool 'where browser_select_option times out,' providing a clear when-to-use scenario. It also gives specific guidance on filtering by country name rather than dial code, preventing common errors.

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/Evil-Bane/eyebrowse'

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