super_query
Execute SuperSQL queries on data files (JSON, CSV, Parquet) to retrieve structured results while avoiding shell escaping issues.
Instructions
Execute a SuperDB/SuperSQL query on data files. Returns structured results without shell escaping issues.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SuperSQL query to execute | |
| files | No | File paths to query (JSON, Parquet, CSV, SUP, etc.) | |
| data | No | Inline data to query (alternative to files) | |
| format | No | Output format (default: json) | |
| inputFormat | No | Force input format if auto-detection fails |