Skip to main content
Glama

Strudel MCP Server

generate_melody

Generate melody by specifying a musical scale and root note, optionally setting the number of notes. Ideal for music creation and composition using the Strudel MCP Server's AI-powered tools.

Instructions

Generate melody from scale

Input Schema

NameRequiredDescriptionDefault
lengthNoNumber of notes
rootYesRoot note
scaleYesScale name

Input Schema (JSON Schema)

{ "properties": { "length": { "description": "Number of notes", "type": "number" }, "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