Skip to main content
Glama

Reviewer MCP

by jaggederest

music

Control Spotify playback on macOS with actions like play, pause, skip, adjust volume, or select mood-based playlists for background music management.

Instructions

Control Spotify for background music (macOS only)

Input Schema

NameRequiredDescriptionDefault
actionYesMusic control action
moodNoMood-based playlist selection (focus, relax, energize, chill, work, or custom)
uriNoSpotify URI or search term
volumeNoVolume level (0-100)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Music control action", "enum": [ "play", "pause", "playpause", "next", "previous", "volume", "mute", "info" ], "type": "string" }, "mood": { "description": "Mood-based playlist selection (focus, relax, energize, chill, work, or custom)", "type": "string" }, "uri": { "description": "Spotify URI or search term", "type": "string" }, "volume": { "description": "Volume level (0-100)", "maximum": 100, "minimum": 0, "type": "number" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Reviewer MCP

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/jaggederest/mcp_reviewer'

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