Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

pressKey

Simulate keyboard key presses in browser automation workflows. Specify the key (e.g., 'Enter', 'Escape') to execute actions like form submissions or navigation, enhancing interaction efficiency.

Instructions

Press a key on the keyboard

Input Schema

NameRequiredDescriptionDefault
keyYesKey to press (e.g., 'Enter', 'Escape', 'ArrowDown', etc.)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key to press (e.g., 'Enter', 'Escape', 'ArrowDown', etc.)", "type": "string" } }, "required": [ "key" ], "type": "object" }

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/jomon003/PlayMCP'

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