Enables AI-powered music generation and control of Sonic Pi through natural language requests using OSC.
| Tool name | Description | Destructive? |
|---|---|---|
| run_code⚠ | Run Sonic Pi code | ⚠ yes |
| stop_all | Stop all running jobs | ✓ no |
| set_bpm | Set the global BPM | ✓ no |
| cue | Send a cue message | ✓ no |
| tail_logs | Get recent log entries | ✓ no |
| diagnose | Run diagnostics to check Sonic Pi connection | ✓ no |
| generate_music | Generate Sonic Pi code from natural language description | ✓ no |
| list_patterns | List all available music patterns | ✓ no |
| get_pattern | Get a specific music pattern | ✓ no |
| create_and_play | Generate music from natural language and immediately play it | ✓ no |