get_bucket_metadata
Retrieve detailed metadata for a specific bucket using Keboola Explorer MCP Server, enabling efficient bucket management and exploration within projects.
Instructions
Get detailed information about a specific bucket.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_id | Yes | Unique ID of the bucket. |
Input Schema (JSON Schema)
{
"properties": {
"bucket_id": {
"description": "Unique ID of the bucket.",
"title": "Bucket Id",
"type": "string"
}
},
"required": [
"bucket_id"
],
"title": "get_bucket_metadataArguments",
"type": "object"
}