list
Retrieve and filter saved music patterns by tag using the browser automation tool for Strudel.cc, facilitating efficient pattern management in TidalCycles/Strudel workflows.
Instructions
List saved patterns
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| tag | No | Filter by tag | 
Input Schema (JSON Schema)
{
  "properties": {
    "tag": {
      "description": "Filter by tag",
      "type": "string"
    }
  },
  "type": "object"
}