load
Retrieve saved TidalCycles/Strudel music patterns by specifying the pattern name. Use this tool to streamline music creation and live coding within the Strudel MCP Server environment.
Instructions
Load saved pattern
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| name | Yes | Pattern name | 
Input Schema (JSON Schema)
{
  "properties": {
    "name": {
      "description": "Pattern name",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}