get_bucket
Fetch details of an OCI Object Storage bucket. Get a trimmed summary by default or the full OCI SDK object with raw=true.
Instructions
Returns details of a specific Object Storage bucket. Returns a trimmed summary unless raw=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full OCI SDK object instead of the trimmed summary (default: false) | |
| region | No | OCI region ID where the bucket lives (e.g. sa-vinhedo-1). Default: server-configured region | |
| namespace | No | Object Storage namespace (default: auto-resolved) | |
| bucketName | Yes | Bucket name |