Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_getpixelcolor

Retrieve the color value of a specific pixel at given coordinates on mobile device screens for automation testing and UI interaction.

Instructions

Get color of pixel at specified coordinates

Input Schema

NameRequiredDescriptionDefault
returnVariableNoVariable name to store the color valuecolor
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "returnVariable": { "default": "color", "description": "Variable name to store the color value", "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }

Other Tools from MQScript 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/allegiant/MQScript_MCP'

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