MCP Iceberg Catalog

by ahodroj
Verified

execute_query

Run SQL queries on Apache Iceberg tables directly via the MCP server, enabling commands like SELECT, CREATE TABLE, LIST TABLES, and DESCRIBE TABLE for efficient data lake management.

Instructions

Execute a query on Iceberg tables

Input Schema

NameRequiredDescriptionDefault
queryYesQuery to execute (supports: LIST TABLES, DESCRIBE TABLE, SELECT, CREATE TABLE)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Query to execute (supports: LIST TABLES, DESCRIBE TABLE, SELECT, CREATE TABLE)", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Iceberg Catalog

Related Tools

ID: qy7z935pqj