Kong · Capability

Konnect API - Go SDK — Event Gateway Schema Registries

Konnect API - Go SDK — Event Gateway Schema Registries. 5 operations. Lead operation: List Schema Registries. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongEvent Gateway Schema Registries

What You Can Do

GET
Listeventgatewayschemaregistries — List Schema Registries
/v1/v1/event-gateways/{gatewayid}/schema-registries
POST
Createeventgatewayschemaregistry — Create Schema Registry
/v1/v1/event-gateways/{gatewayid}/schema-registries
GET
Geteventgatewayschemaregistry — Get a Schema Registry
/v1/v1/event-gateways/{gatewayid}/schema-registries/{schemaregistryid}
PUT
Updateeventgatewayschemaregistry — Update Schema Registry
/v1/v1/event-gateways/{gatewayid}/schema-registries/{schemaregistryid}
DELETE
Deleteeventgatewayschemaregistry — Delete Schema Registry
/v1/v1/event-gateways/{gatewayid}/schema-registries/{schemaregistryid}

MCP Tools

list-schema-registries

List Schema Registries

read-only idempotent
create-schema-registry

Create Schema Registry

get-schema-registry

Get a Schema Registry

read-only idempotent
update-schema-registry

Update Schema Registry

idempotent
delete-schema-registry

Delete Schema Registry

idempotent

Capability Spec

konnect-platform-event-gateway-schema-registries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Event Gateway Schema Registries
  description: 'Konnect API - Go SDK — Event Gateway Schema Registries. 5 operations. Lead operation: List Schema Registries.
    Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Event Gateway Schema Registries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KONG_API_KEY: KONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: konnect-platform-event-gateway-schema-registries
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Event Gateway Schema Registries business capability. Self-contained, no shared references.
    resources:
    - name: v1-event-gateways-gatewayId-schema-registries
      path: /v1/event-gateways/{gatewayId}/schema-registries
      operations:
      - name: listeventgatewayschemaregistries
        method: GET
        description: List Schema Registries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createeventgatewayschemaregistry
        method: POST
        description: Create Schema Registry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-event-gateways-gatewayId-schema-registries-schemaRegistryId
      path: /v1/event-gateways/{gatewayId}/schema-registries/{schemaRegistryId}
      operations:
      - name: geteventgatewayschemaregistry
        method: GET
        description: Get a Schema Registry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateeventgatewayschemaregistry
        method: PUT
        description: Update Schema Registry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteeventgatewayschemaregistry
        method: DELETE
        description: Delete Schema Registry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-event-gateway-schema-registries-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Event Gateway Schema Registries. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/event-gateways/{gatewayid}/schema-registries
      name: v1-event-gateways-gatewayid-schema-registries
      description: REST surface for v1-event-gateways-gatewayId-schema-registries.
      operations:
      - method: GET
        name: listeventgatewayschemaregistries
        description: List Schema Registries
        call: konnect-platform-event-gateway-schema-registries.listeventgatewayschemaregistries
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createeventgatewayschemaregistry
        description: Create Schema Registry
        call: konnect-platform-event-gateway-schema-registries.createeventgatewayschemaregistry
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/event-gateways/{gatewayid}/schema-registries/{schemaregistryid}
      name: v1-event-gateways-gatewayid-schema-registries-schemaregistryid
      description: REST surface for v1-event-gateways-gatewayId-schema-registries-schemaRegistryId.
      operations:
      - method: GET
        name: geteventgatewayschemaregistry
        description: Get a Schema Registry
        call: konnect-platform-event-gateway-schema-registries.geteventgatewayschemaregistry
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateeventgatewayschemaregistry
        description: Update Schema Registry
        call: konnect-platform-event-gateway-schema-registries.updateeventgatewayschemaregistry
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteeventgatewayschemaregistry
        description: Delete Schema Registry
        call: konnect-platform-event-gateway-schema-registries.deleteeventgatewayschemaregistry
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-event-gateway-schema-registries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Event Gateway Schema Registries. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-schema-registries
      description: List Schema Registries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-schema-registries.listeventgatewayschemaregistries
      outputParameters:
      - type: object
        mapping: $.
    - name: create-schema-registry
      description: Create Schema Registry
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-event-gateway-schema-registries.createeventgatewayschemaregistry
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-schema-registry
      description: Get a Schema Registry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-schema-registries.geteventgatewayschemaregistry
      outputParameters:
      - type: object
        mapping: $.
    - name: update-schema-registry
      description: Update Schema Registry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-schema-registries.updateeventgatewayschemaregistry
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-schema-registry
      description: Delete Schema Registry
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-event-gateway-schema-registries.deleteeventgatewayschemaregistry
      outputParameters:
      - type: object
        mapping: $.