mutation_log_export
Render Spotify mutation history as CSV or Markdown reports, filtered by date or URI, for an audit trail you can read. Local file only, zero API calls.
Instructions
Render the JSONL mutation history as a CSV or markdown report, date/uri-filtered — an audit trail you can actually read. Local file only, zero API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (inclusive), YYYY-MM-DD | |
| from | No | Start date (inclusive), YYYY-MM-DD | |
| format | No | markdown | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |