run_query
Execute SQL queries on CSV or Parquet data sources using DuckDB syntax. Simplify data analysis by returning results in a structured dataframe with Zaturn MCP server.
Instructions
Run query against specified source For both csv and parquet sources, use DuckDB SQL syntax Use 'CSV' as the table name for csv sources. Use 'PARQUET' as the table name for parquet sources.
This will return a dataframe with the results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | SQL query to run on the data source | |
source_id | Yes | The data source to run the query on |