Skip to main content
Glama

IronShard Object Storage Sandbox

Create Bucket

create_bucket

Creates a 30-day bucket and its secret bearer token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_nameYesName of the newly created bucket.
bucket_tokenYesBearer credential required with the bucket name for all other operations.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • changedOutput schema / description
      Previous value: -"Credentials for a newly created public sandbox bucket."New value: +"Credentials for a newly created sandbox bucket."
    • changedOutput schema / properties / bucket_name / description
      Previous value: -"Name of the newly created public sandbox bucket."New value: +"Name of the newly created bucket."
    • changedOutput schema / properties / bucket_token / description
      Previous value: -"Bearer credential required with the bucket name for public bucket and object operations."New value: +"Bearer credential required with the bucket name for all other operations."
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

The annotations already indicate this is a non-read-only, non-idempotent, non-destructive operation. The description adds useful behavioral context beyond the annotations by specifying that the bucket is temporary (30 days) and that creating it also generates a secret bearer token, which clarifies side effects.

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 a single, front-loaded sentence with no filler. It states the primary action first and then adds the two most important facts: the 30-day duration and the secret token, making every word meaningful.

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?

For a zero-parameter creation tool with annotations and an output schema present, the description is complete. It explains what resource is created and the key side effect, and it does not need to describe return values because the output schema already covers them.

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

Parameters4/5

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

The tool accepts zero parameters, so there are no parameter semantics to clarify and the schema coverage is trivially 100%. The description provides sufficient high-level meaning for the operation without needing to document inputs.

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 uses a specific verb ('Creates'), names the resource ('bucket'), and adds the key distinguishing details: the 30-day lifetime and the issuance of a secret bearer token. This clearly separates it from sibling tools that operate on objects, metadata, or permissions.

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

Usage Guidelines3/5

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

No explicit when-to-use guidance or exclusionary statements are provided. Usage is implied rather than stated: among the sibling tools, only create_bucket creates a bucket, so an agent can infer when to call it, but the description does not explicitly say so.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources