Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_device_setbrightness

Adjust screen brightness on mobile devices by specifying a level from 0 to 255 for automation scripts.

Instructions

Set screen brightness

Input Schema

NameRequiredDescriptionDefault
brightnessYesBrightness level (0-255)

Input Schema (JSON Schema)

{ "properties": { "brightness": { "description": "Brightness level (0-255)", "maximum": 255, "minimum": 0, "type": "number" } }, "required": [ "brightness" ], "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