Couchbase · Capability
Couchbase Capella Management API — Buckets
Couchbase Capella Management API — Buckets. 5 operations. Lead operation: List buckets in a cluster. Self-contained Naftiko capability covering one Couchbase business surface.
What You Can Do
GET
Listcapellabuckets
— List buckets in a cluster
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}/buckets
POST
Createcapellabucket
— Create a bucket
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}/buckets
GET
Getcapellabucket
— Get bucket details
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}/buckets/{bucketid}
PUT
Updatecapellabucket
— Update a bucket
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}/buckets/{bucketid}
DELETE
Deletecapellabucket
— Delete a bucket
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}/buckets/{bucketid}
MCP Tools
list-buckets-cluster
List buckets in a cluster
read-only
idempotent
create-bucket
Create a bucket
get-bucket-details
Get bucket details
read-only
idempotent
update-bucket
Update a bucket
idempotent
delete-bucket
Delete a bucket
idempotent