Skip to main content
Glama

Zaturn

by kdqed
MIT License
54
  • Linux
  • Apple

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

NameRequiredDescriptionDefault
queryYesSQL query to run on the data source
source_idYesThe data source to run the query on

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "SQL query to run on the data source", "title": "Query", "type": "string" }, "source_id": { "description": "The data source to run the query on", "title": "Source Id", "type": "string" } }, "required": [ "source_id", "query" ], "type": "object" }
Install Server

Other Tools from Zaturn

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kdqed/zaturn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server