Skip to main content
Glama

Strudel MCP Server

generate_euclidean

Create Euclidean rhythms by specifying hits and steps for pattern generation. Use the Strudel MCP Server to design musical sequences and integrate them into live coding projects.

Instructions

Generate Euclidean rhythm

Input Schema

NameRequiredDescriptionDefault
hitsYesNumber of hits
soundNoSound to use
stepsYesTotal steps

Input Schema (JSON Schema)

{ "properties": { "hits": { "description": "Number of hits", "type": "number" }, "sound": { "description": "Sound to use", "type": "string" }, "steps": { "description": "Total steps", "type": "number" } }, "required": [ "hits", "steps" ], "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