Skip to main content
Glama
eforus-overseer

octobrowser-mcp

browser_press_key

Send keyboard key presses to the active browser page, enabling interaction with forms, dialogs, and navigation using keys like Enter, Tab, Escape, or Backspace.

Instructions

Press a keyboard key (Enter, Tab, Escape, ArrowDown, ...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesKey name: 'Enter', 'Tab', 'Escape', 'Backspace', ...

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the action and key examples, but does not disclose where the key event is delivered (focused element), whether it can trigger navigation or form submission, or whether modifier combinations are supported.

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?

The description is a single concise sentence with the key action front-loaded and illustrative examples attached. Every element earns its place with no repetition or filler.

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

Completeness3/5

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

For a one-parameter tool with full schema coverage and an output schema, the invocation details are mostly present. However, the lack of usage guidance and behavioral context about focus and side effects leaves the description barely adequate for an agent to make fully informed call decisions.

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?

The input schema already documents the key parameter with examples, and schema description coverage is 100%. The description's examples mostly overlap with the schema and add little new semantic meaning, so the baseline of 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 names a specific verb ('Press') and resource ('a keyboard key'), with concrete examples that make the action unmistakable. It is clearly distinct from siblings like browser_click, browser_type, and browser_scroll, even without explicit cross-references.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives such as browser_type, browser_select, or browser_click. The context is implied by the name, but no exclusions, prerequisites, or preferred use cases are stated.

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