Skip to main content
Glama

Strudel MCP Server

apply_scale

Apply a specified musical scale to a root note in Strudel MCP Server, enabling precise control over pattern creation and enhancing AI-powered music generation.

Instructions

Apply scale to notes

Input Schema

NameRequiredDescriptionDefault
rootYesRoot note
scaleYesScale name

Input Schema (JSON Schema)

{ "properties": { "root": { "description": "Root note", "type": "string" }, "scale": { "description": "Scale name", "type": "string" } }, "required": [ "scale", "root" ], "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/williamzujkowski/strudel-mcp-server'

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