Skip to main content
Glama

MCP Iceberg Catalog

by ahodroj

execute_query

Run SQL queries on Apache Iceberg tables directly from Claude desktop. Supports LIST TABLES, DESCRIBE TABLE, SELECT, and CREATE TABLE operations.

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" }

Other Tools from MCP Iceberg Catalog

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/ahodroj/mcp-iceberg-service'

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