mutation_log_export
Export filtered mutation history as CSV or markdown reports for readable audit trails, using local files with 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 |