Skip to main content
Glama

Strudel MCP Server

generate_drums

Create custom drum patterns for Strudel.cc by specifying style and complexity levels. Facilitates music generation and live coding within the Strudel MCP Server environment.

Instructions

Generate drum pattern

Input Schema

NameRequiredDescriptionDefault
complexityNoComplexity (0-1)
styleYesDrum style

Input Schema (JSON Schema)

{ "properties": { "complexity": { "description": "Complexity (0-1)", "type": "number" }, "style": { "description": "Drum style", "type": "string" } }, "required": [ "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