Keboola Explorer MCP Server

get_bucket_info

Get detailed information about a specific bucket

Args: bucket_id: ID of the bucket to get info for

Input Schema

NameRequiredDescriptionDefault
bucket_idYes

Input Schema (JSON Schema)

{ "properties": { "bucket_id": { "title": "Bucket Id", "type": "string" } }, "required": [ "bucket_id" ], "title": "get_bucket_infoArguments", "type": "object" }