Skip to main content
Glama

Steel MCP Server

by steel-dev

type

Enter text into a labeled input field on a webpage using its numbered identifier. Optionally clear existing text before typing. Facilitates precise data input for web automation tasks.

Instructions

Type text into an input field specified by its numbered label from the annotated screenshot. Optionally replace existing text first.

Input Schema

NameRequiredDescriptionDefault
labelYesThe label of the input field
replaceTextNoIf true, clears any existing text in the input field before typing the new text.
textYesThe text to type into the input field

Input Schema (JSON Schema)

{ "properties": { "label": { "description": "The label of the input field", "type": "number" }, "replaceText": { "description": "If true, clears any existing text in the input field before typing the new text.", "type": "boolean" }, "text": { "description": "The text to type into the input field", "type": "string" } }, "required": [ "label", "text" ], "type": "object" }

You must be authenticated.

Other Tools from Steel MCP Server

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/steel-dev/steel-mcp-server'

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