save_smart_playlist_rule
Save a smart-playlist rule to local storage so it can be refreshed later. Define the rule once, then reuse it for ongoing playlist updates.
Instructions
Persist a smart-playlist rule to the local sidecar for later refresh (mirrors backup sidecar pattern).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Rule name / playlist key | |
| rule | Yes | Rule object (source, filters, limit, etc.) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |