generate_variation
Generate musical pattern variations using Strudel MCP Server. Define the variation type (subtle, moderate, extreme, glitch, or evolving) to enhance creativity in AI-powered music production and live coding workflows.
Instructions
Create pattern variations
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| type | No | Variation type (subtle/moderate/extreme/glitch/evolving) | 
Input Schema (JSON Schema)
{
  "properties": {
    "type": {
      "description": "Variation type (subtle/moderate/extreme/glitch/evolving)",
      "type": "string"
    }
  },
  "type": "object"
}