Apache CouchDB · Capability

Apache CouchDB HTTP API — Cluster

Apache CouchDB HTTP API — Cluster. 1 operations. Lead operation: Apache CouchDB Get Cluster Setup Status. Self-contained Naftiko capability covering one Apache Couchdb business surface.

Run with Naftiko Apache CouchdbCluster

What You Can Do

GET
Getclustersetup — Apache CouchDB Get Cluster Setup Status
/v1/cluster-setup

MCP Tools

apache-couchdb-get-cluster-setup

Apache CouchDB Get Cluster Setup Status

read-only idempotent

Capability Spec

http-cluster.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache CouchDB HTTP API — Cluster
  description: 'Apache CouchDB HTTP API — Cluster. 1 operations. Lead operation: Apache CouchDB Get Cluster Setup Status.
    Self-contained Naftiko capability covering one Apache Couchdb business surface.'
  tags:
  - Apache Couchdb
  - Cluster
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_COUCHDB_API_KEY: APACHE_COUCHDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: http-cluster
    baseUri: http://localhost:5984
    description: Apache CouchDB HTTP API — Cluster business capability. Self-contained, no shared references.
    resources:
    - name: _cluster_setup
      path: /_cluster_setup
      operations:
      - name: getclustersetup
        method: GET
        description: Apache CouchDB Get Cluster Setup Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: AuthSession
      value: '{{env.APACHE_COUCHDB_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: http-cluster-rest
    port: 8080
    description: REST adapter for Apache CouchDB HTTP API — Cluster. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/cluster-setup
      name: cluster-setup
      description: REST surface for _cluster_setup.
      operations:
      - method: GET
        name: getclustersetup
        description: Apache CouchDB Get Cluster Setup Status
        call: http-cluster.getclustersetup
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: http-cluster-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache CouchDB HTTP API — Cluster. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-couchdb-get-cluster-setup
      description: Apache CouchDB Get Cluster Setup Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: http-cluster.getclustersetup
      outputParameters:
      - type: object
        mapping: $.