Skip to main content
Glama

Strudel MCP Server

generate_polyrhythm

Create complex polyrhythms by specifying sound arrays and pattern numbers, enabling rhythmic layering for music production using the Strudel MCP Server.

Instructions

Generate polyrhythm

Input Schema

NameRequiredDescriptionDefault
patternsYesPattern numbers
soundsYesSounds to use

Input Schema (JSON Schema)

{ "properties": { "patterns": { "description": "Pattern numbers", "items": { "type": "number" }, "type": "array" }, "sounds": { "description": "Sounds to use", "items": { "type": "string" }, "type": "array" } }, "required": [ "sounds", "patterns" ], "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