Steel MCP Server

Official

click

Click an element on the page specified by its numbered label from the annotated screenshot

Input Schema

NameRequiredDescriptionDefault
labelYesThe label of the element to click, as shown in the annotated screenshot

Input Schema (JSON Schema)

{ "properties": { "label": { "description": "The label of the element to click, as shown in the annotated screenshot", "type": "number" } }, "required": [ "label" ], "type": "object" }