Couchbase · Capability
Couchbase Server REST API — Scopes and Collections
Couchbase Server REST API — Scopes and Collections. 3 operations. Lead operation: List scopes in a bucket. Self-contained Naftiko capability covering one Couchbase business surface.
What You Can Do
GET
Listscopes
— List scopes in a bucket
/v1/pools/default/buckets/{bucketname}/scopes
POST
Createscope
— Create a scope
/v1/pools/default/buckets/{bucketname}/scopes
POST
Createcollection
— Create a collection
/v1/pools/default/buckets/{bucketname}/scopes/{scopename}/collections
MCP Tools
list-scopes-bucket
List scopes in a bucket
read-only
idempotent
create-scope
Create a scope
create-collection
Create a collection