Skip to main content
Glama

IcebergMCP

by ryft-io

get_table_partitions

Retrieve the partitions of a specified Iceberg table by providing the namespace and table name. Ideal for managing and analyzing data organization in Iceberg data lakehouses.

Instructions

Provides the partitions for a given Iceberg table

Input Schema

NameRequiredDescriptionDefault
namespaceYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "namespace": { "title": "Namespace", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "namespace", "table_name" ], "title": "get_table_partitionsArguments", "type": "object" }
Install Server

Other Tools from IcebergMCP

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/ryft-io/iceberg-mcp'

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