Skip to main content
Glama

Strudel MCP Server

generate_scale

Produce musical scale notes for composition using a specified root note and scale type, integrated with Strudel MCP Server for AI-powered music generation and live coding.

Instructions

Generate scale notes

Input Schema

NameRequiredDescriptionDefault
rootYesRoot note
scaleYesScale type

Input Schema (JSON Schema)

{ "properties": { "root": { "description": "Root note", "type": "string" }, "scale": { "description": "Scale type", "type": "string" } }, "required": [ "root", "scale" ], "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