Skip to main content
Glama

Scenic MCP

send_keys

Simulate keyboard input by sending text or special keys to Scenic applications. Use modifiers like ctrl, shift, alt, or meta for complex interactions. Ideal for testing and automation via Scenic MCP server.

Instructions

Send keyboard input to the connected Scenic application

Input Schema

NameRequiredDescriptionDefault
keyNoSpecial key name (e.g., enter, escape, tab, backspace, delete, up, down, left, right, home, end, page_up, page_down, f1-f12)
modifiersNoModifier keys to hold while pressing the key
textNoText to type (each character will be sent as individual key presses)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Special key name (e.g., enter, escape, tab, backspace, delete, up, down, left, right, home, end, page_up, page_down, f1-f12)", "type": "string" }, "modifiers": { "description": "Modifier keys to hold while pressing the key", "items": { "enum": [ "ctrl", "shift", "alt", "cmd", "meta" ], "type": "string" }, "type": "array" }, "text": { "description": "Text to type (each character will be sent as individual key presses)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Scenic MCP

Related Tools

    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/scenic-contrib/scenic_mcp_experimental'

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