Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_aiInput

Inputs text into web form fields using natural language selectors, enabling precise automation of interactions with web elements for efficient testing workflows.

Instructions

Inputs text into a specified form field or element identified by a natural language selector.

Input Schema

NameRequiredDescriptionDefault
locateYesDescribe the element to input text into, use natural language
valueYesThe text to input

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "locate": { "description": "Describe the element to input text into, use natural language", "type": "string" }, "value": { "description": "The text to input", "type": "string" } }, "required": [ "value", "locate" ], "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