Skip to main content
Glama

Strudel MCP Server

generate_fill

Create custom drum fills by specifying style and number of bars. Designed for AI-assisted music patterns in Strudel MCP Server, supporting TidalCycles and live coding workflows.

Instructions

Generate drum fill

Input Schema

NameRequiredDescriptionDefault
barsNoNumber of bars
styleYesFill style

Input Schema (JSON Schema)

{ "properties": { "bars": { "description": "Number of bars", "type": "number" }, "style": { "description": "Fill 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