Skip to main content
Glama
ExpertVagabond

oracle-cloud-mcp

oci_os_delete_bucket

Delete an empty OCI Object Storage bucket by specifying its name. Removes unused buckets to free storage and keep your tenancy organized.

Instructions

Delete an empty Object Storage bucket

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_nameYesBucket name to delete
compartment_idNoCompartment OCID (defaults to tenancy)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions only that the bucket must be empty, but does not disclose that deletion is permanent, what permissions are needed, or what happens if the bucket is non-empty. This is a significant gap for a destructive operation.

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 six-word sentence that is front-loaded and free of any unnecessary words. Every word contributes to clarity, making it highly concise and well-structured.

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

Completeness3/5

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

For a destructive tool with no annotations and no output schema, the description covers the core purpose and the critical empty-bucket precondition. However, it omits important context such as the permanence of deletion and error behavior on non-empty buckets, leaving some gaps but still adequate for a simple tool.

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

Parameters3/5

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

The input schema fully describes both parameters: bucket_name (required) and compartment_id (optional, defaulting to tenancy). The tool description adds no additional meaning to these parameters, so the schema provides the semantics, meeting the baseline for 100% schema coverage.

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 clearly states the tool deletes an empty Object Storage bucket, using a specific verb and resource, and the 'empty' qualifier adds important scope that distinguishes it from simply deleting any bucket. This makes the purpose unambiguous compared to sibling tools like create or list.

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?

The description implies the tool is used for deleting empty buckets but does not explicitly specify when to use it over alternatives, nor does it mention prerequisites beyond the bucket being empty. The use case is evident from the verb, but guidance is minimal and not explicitly stated.

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/ExpertVagabond/oracle-cloud-mcp'

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