Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_aiKeyboardPress

Press a specific keyboard key on a web element using natural language. Optionally, enable precise element location with AI for accurate interaction in automated workflows.

Instructions

Presses a specific key on the keyboard.

Input Schema

NameRequiredDescriptionDefault
deepThinkNoIf true, uses a two-step AI call to precisely locate the element
keyYesThe web key to press, e.g. 'Enter', 'Tab', 'Escape', etc.
locateNoOptional: natural language description of the element to press the key on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deepThink": { "default": false, "description": "If true, uses a two-step AI call to precisely locate the element", "type": "boolean" }, "key": { "description": "The web key to press, e.g. 'Enter', 'Tab', 'Escape', etc.", "type": "string" }, "locate": { "description": "Optional: natural language description of the element to press the key on", "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/MauroCor/mcp-midscene'

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