Skip to main content
Glama

Strudel MCP Server

generate_chord_progression

Create custom chord progressions for music composition by specifying key and style (pop, jazz, blues, etc.) using AI-powered tools on the Strudel MCP Server.

Instructions

Generate chord progression

Input Schema

NameRequiredDescriptionDefault
keyYesKey
styleYesStyle (pop/jazz/blues/etc)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key", "type": "string" }, "style": { "description": "Style (pop/jazz/blues/etc)", "type": "string" } }, "required": [ "key", "style" ], "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