Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_device_setvolume

Control mobile device audio volume levels for music, ring, alarm, or notification streams using precise numeric values from 0 to 15.

Instructions

Set device volume

Input Schema

NameRequiredDescriptionDefault
streamTypeNoVolume stream typemusic
volumeYesVolume level (0-15)

Input Schema (JSON Schema)

{ "properties": { "streamType": { "default": "music", "description": "Volume stream type", "enum": [ "music", "ring", "alarm", "notification" ], "type": "string" }, "volume": { "description": "Volume level (0-15)", "maximum": 15, "minimum": 0, "type": "number" } }, "required": [ "volume" ], "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