Skip to main content
Glama

mcp-timeplus

by timeplus-io

connect_to_apache_iceberg

Establish a Timeplus database in Iceberg format to integrate with Iceberg data, enabling connection to specified S3 buckets and AWS regions.

Instructions

Create a Timeplus database in iceberg type to connect to Iceberg

Input Schema

NameRequiredDescriptionDefault
aws_account_idYes
aws_regionNous-west-2
iceberg_dbYes
is_s3_table_bucketNo
s3_bucketYes

Input Schema (JSON Schema)

{ "properties": { "aws_account_id": { "title": "Aws Account Id", "type": "integer" }, "aws_region": { "default": "us-west-2", "title": "Aws Region", "type": "string" }, "iceberg_db": { "title": "Iceberg Db", "type": "string" }, "is_s3_table_bucket": { "default": false, "title": "Is S3 Table Bucket", "type": "boolean" }, "s3_bucket": { "title": "S3 Bucket", "type": "string" } }, "required": [ "iceberg_db", "aws_account_id", "s3_bucket" ], "title": "connect_to_apache_icebergArguments", "type": "object" }

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

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