Apache Kafka · Capability

Kafka Connect REST API — Cluster

Kafka Connect REST API — Cluster. 1 operations. Lead operation: Apache kafka Get Connect Worker Info. Self-contained Naftiko capability covering one Apache Kafka business surface.

Run with Naftiko Apache KafkaCluster

What You Can Do

GET
Getworkerinfo — Apache kafka Get Connect Worker Info
/v1

MCP Tools

apache-kafka-get-connect-worker

Apache kafka Get Connect Worker Info

read-only idempotent

Capability Spec

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