Camunda · Capability

Camunda 8 REST API — Cluster

Camunda 8 REST API — Cluster. 1 operations. Lead operation: Get cluster topology. Self-contained Naftiko capability covering one Camunda business surface.

Run with Naftiko CamundaCluster

What You Can Do

GET
Gettopology — Get cluster topology
/v1/topology

MCP Tools

get-cluster-topology

Get cluster topology

read-only idempotent

Capability Spec

8-cluster.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Camunda 8 REST API — Cluster
  description: 'Camunda 8 REST API — Cluster. 1 operations. Lead operation: Get cluster topology. Self-contained Naftiko capability
    covering one Camunda business surface.'
  tags:
  - Camunda
  - Cluster
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CAMUNDA_API_KEY: CAMUNDA_API_KEY
capability:
  consumes:
  - type: http
    namespace: 8-cluster
    baseUri: ''
    description: Camunda 8 REST API — Cluster business capability. Self-contained, no shared references.
    resources:
    - name: topology
      path: /topology
      operations:
      - name: gettopology
        method: GET
        description: Get cluster topology
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CAMUNDA_API_KEY}}'
  exposes:
  - type: rest
    namespace: 8-cluster-rest
    port: 8080
    description: REST adapter for Camunda 8 REST API — Cluster. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/topology
      name: topology
      description: REST surface for topology.
      operations:
      - method: GET
        name: gettopology
        description: Get cluster topology
        call: 8-cluster.gettopology
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: 8-cluster-mcp
    port: 9090
    transport: http
    description: MCP adapter for Camunda 8 REST API — Cluster. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-cluster-topology
      description: Get cluster topology
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: 8-cluster.gettopology
      outputParameters:
      - type: object
        mapping: $.