Couchbase · Capability

Couchbase Capella App Services Public API — Database

Couchbase Capella App Services Public API — Database. 1 operations. Lead operation: Get database information. Self-contained Naftiko capability covering one Couchbase business surface.

Run with Naftiko CouchbaseDatabase

What You Can Do

GET
Getdatabaseinfo — Get database information
/v1/{db}

MCP Tools

get-database-information

Get database information

read-only idempotent

Capability Spec

capella-app-services-public-database.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Couchbase Capella App Services Public API — Database
  description: 'Couchbase Capella App Services Public API — Database. 1 operations. Lead operation: Get database information.
    Self-contained Naftiko capability covering one Couchbase business surface.'
  tags:
  - Couchbase
  - Database
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COUCHBASE_API_KEY: COUCHBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: capella-app-services-public-database
    baseUri: https://{appEndpoint}
    description: Couchbase Capella App Services Public API — Database business capability. Self-contained, no shared references.
    resources:
    - name: db
      path: /{db}
      operations:
      - name: getdatabaseinfo
        method: GET
        description: Get database information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: SyncGatewaySession
      value: '{{env.COUCHBASE_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: capella-app-services-public-database-rest
    port: 8080
    description: REST adapter for Couchbase Capella App Services Public API — Database. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{db}
      name: db
      description: REST surface for db.
      operations:
      - method: GET
        name: getdatabaseinfo
        description: Get database information
        call: capella-app-services-public-database.getdatabaseinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: capella-app-services-public-database-mcp
    port: 9090
    transport: http
    description: MCP adapter for Couchbase Capella App Services Public API — Database. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-database-information
      description: Get database information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: capella-app-services-public-database.getdatabaseinfo
      outputParameters:
      - type: object
        mapping: $.