Skip to main content
Glama

applescript-mcp

system_volume

Adjust macOS system volume to a specified level between 0 and 100 using AppleScript integration, enabling precise control for automated workflows or applications.

Instructions

[System control and information] Set system volume

Input Schema

NameRequiredDescriptionDefault
levelYes

Input Schema (JSON Schema)

{ "properties": { "level": { "maximum": 100, "minimum": 0, "type": "number" } }, "required": [ "level" ], "type": "object" }

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/joshrutkowski/applescript-mcp'

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