Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_cmpcolor

Compare screen color at specified coordinates with expected color value using similarity tolerance for automated mobile testing and UI validation.

Instructions

Compare color at specified point with expected color

Input Schema

NameRequiredDescriptionDefault
expectedColorYesExpected color in BBGGRR format
resultVariableNoVariable name to store comparison resultresult
similarityNoColor similarity tolerance (0-1)
xYesX coordinate to check
yYesY coordinate to check

Input Schema (JSON Schema)

{ "properties": { "expectedColor": { "description": "Expected color in BBGGRR format", "type": "string" }, "resultVariable": { "default": "result", "description": "Variable name to store comparison result", "type": "string" }, "similarity": { "default": 0.9, "description": "Color similarity tolerance (0-1)", "type": "number" }, "x": { "description": "X coordinate to check", "type": "number" }, "y": { "description": "Y coordinate to check", "type": "number" } }, "required": [ "x", "y", "expectedColor" ], "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