export-raw-data
Export cached raw query data to JSON or JSONL files for offline analysis. Specify hash ID and file format to save to allowed directories.
Instructions
Export cached raw data to JSON or JSONL file. Requires MCP client to provide roots (allowed directories) for file operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash_id | Yes | Hash ID of cached query to export | |
| file_format | Yes | Export format: json or jsonl | |
| filename | No | Optional filename. If not provided, auto-generated from hash_id | |
| output_path | No | Output path for the file (relative to root or absolute within allowed roots). If not provided, saves to the first available root directory. |