Skip to main content
Glama

wavexis_key_up

Release a keyboard key in the active browser page by sending a raw keyUp event via CDP. Use with keyDown for low-level key control.

Instructions

Dispatch a raw keyUp event to the active page via CDP.

This tool mirrors Playwright's API for compatibility; pair with wavexis_key_down for low-level key control, or use wavexis_press_keys for simple text entry.

Side effects: Sends a key-up input event to the browser page. Returns: JSON string with keys: 'status' ('ok'/'error').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed5 schema fields changedv1.6.25
    • addedInput schema / $defs / KeyUpInput / properties / alt / description
      Added value: +"Whether to hold the Alt key"
    • addedInput schema / $defs / KeyUpInput / properties / ctrl / description
      Added value: +"Whether to hold the Ctrl key"
    • addedInput schema / $defs / KeyUpInput / properties / meta / description
      Added value: +"Whether to hold the Meta (Cmd) key"
    • addedInput schema / $defs / KeyUpInput / properties / session_id / description
      Added value: +"Active session ID from wavexis_session_open"
    • addedInput schema / $defs / KeyUpInput / properties / shift / description
      Added value: +"Whether to hold the Shift key"
  2. Addedv1.6.24

TDQS

A4.3/5.0
Behavior4/5

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

With no meaningful annotation hints (all false), the description carries the disclosure burden. It explicitly states the side effect — sending a key-up input event to the browser page — and describes the return value. It does not mention failure behavior or session-state requirements, but the core behavioral impact is transparent.

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 compact and well-structured: behavior first, then guidance/alternatives, then side effects and return value. Each sentence adds distinct information with no redundancy or filler.

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?

Given the availability of an output schema, the description covers the important contextual gaps: it defines the low-level purpose, pairs it with key_down, provides alternatives, and states side effects. It could be more complete by explicitly noting the need for an active session or that keyUp should follow keyDown, but it is largely sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not compensate by explaining the required key or session_id fields, the modifier flags, or the meaning of 'raw'. The nested schema does contain property descriptions, but the tool description itself contributes almost no parameter semantics beyond saying a keyUp event is dispatched.

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 states a specific action — dispatching a raw keyUp event to the active page via CDP. It clearly distinguishes itself by naming wavexis_key_down as its pairing counterpart and wavexis_press_keys as the higher-level alternative, so the agent knows what this tool uniquely provides.

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 gives explicit routing guidance: use wavexis_key_down for low-level key control and wavexis_press_keys for simple text entry. This tells the agent when to choose this tool rather than siblings and when to choose an alternative.

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

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/MathiasPaulenko/wavexis-mcp'

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