get_scopes_and_collections_in_bucket
Retrieve scope and collection names within a Couchbase bucket, returning a structured dictionary with scope keys and associated collection lists for data organization.
Instructions
Get the names of all scopes and collections in the bucket. Returns a dictionary with scope names as keys and lists of collection names as values.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_scopes_and_collections_in_bucketArguments",
"type": "object"
}