Skip to main content
Glama

bucket_create

Create a MinIO bucket, optionally enabling WORM object lock for write-once-read-many compliance. Supports dry-run preview and reversible deletion while bucket is empty.

Instructions

[WRITE][risk=medium] Create a bucket, optionally WORM-capable. Reversible.

object_lock=True is the ONLY way to get object lock: S3 accepts the flag at bucket creation and has no call that enables it later. The server force-enables versioning as a consequence; the result reports what it observed rather than what was assumed.

Undo deletes the bucket, and only while it is still empty.

Args: bucket_name: New bucket name (3-63 chars, lowercase/digits/dots/hyphens). object_lock: Enable object lock (WORM). Cannot be changed afterwards. dry_run: If True, preview without creating. target: MinIO target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
dry_runNo
bucket_nameYes
object_lockNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description must fully disclose side effects. It does so by revealing that object lock force-enables versioning, that the result reflects observed rather than assumed state, and that undo deletes the bucket only while empty. These are non-obvious behavioral traits that go far beyond 'create a bucket.'

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a one-line summary and then uses short paragraphs for caveats and a labeled Args section. Every sentence provides actionable information, and the structure makes the content easy to scan despite its length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has four parameters, no annotations, and no output schema, yet the description covers purpose, side effects, reversibility, and all parameter semantics. The caveat about the result reporting observed state is a relevant behavioral detail that helps the agent anticipate response variability. The description is complete for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema_description_coverage, the description takes on full parameter documentation. It explains all four parameters: bucket_name constraints (3-63 chars, allowed characters), object_lock's permanence, dry_run's preview behavior, and target's default resolution. This adds essential meaning beyond the bare schema titles and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with exactly what the tool does: 'Create a bucket, optionally WORM-capable.' This is a specific verb+resource statement that clearly distinguishes it from siblings like bucket_delete, bucket_ls, and set_* configuration tools. The WORM-capable option is a unique differentiator.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states that object_lock=True is 'the ONLY way' to get object lock and that it 'Cannot be changed afterwards,' giving clear when-to-use and when-not-to-use guidance. It also notes that undo deletes the bucket only while empty, warning the user about the reversibility condition. This is strong usage direction beyond simple verb definition.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/AIops-tools/MinIO-AIops'

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