Kong · Capability

Konnect API - Go SDK — API Package Operations

Konnect API - Go SDK — API Package Operations. 4 operations. Lead operation: List API Packages Operations. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongAPI Package Operations

What You Can Do

GET
Listapipackagesoperations — List API Packages Operations
/v1/v3/api-packages/{packageid}/operations
PATCH
Updateapipackageoperations — Update API Package Operation
/v1/v3/api-packages/{packageid}/operations
GET
Getapipackagesoperation — Get API Packages Operation
/v1/v3/api-packages/{packageid}/operations/{operationid}
DELETE
Removeapipackageoperation — Remove API Package Operation
/v1/v3/api-packages/{packageid}/operations/{operationid}

MCP Tools

list-api-packages-operations

List API Packages Operations

read-only idempotent
update-api-package-operation

Update API Package Operation

idempotent
get-api-packages-operation

Get API Packages Operation

read-only idempotent
remove-api-package-operation

Remove API Package Operation

idempotent

Capability Spec

konnect-platform-api-package-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — API Package Operations
  description: 'Konnect API - Go SDK — API Package Operations. 4 operations. Lead operation: List API Packages Operations.
    Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - API Package Operations
  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-api-package-operations
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — API Package Operations business capability. Self-contained, no shared references.
    resources:
    - name: v3-api-packages-packageId-operations
      path: /v3/api-packages/{packageId}/operations
      operations:
      - name: listapipackagesoperations
        method: GET
        description: List API Packages Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateapipackageoperations
        method: PATCH
        description: Update API Package Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v3-api-packages-packageId-operations-operationId
      path: /v3/api-packages/{packageId}/operations/{operationId}
      operations:
      - name: getapipackagesoperation
        method: GET
        description: Get API Packages Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: removeapipackageoperation
        method: DELETE
        description: Remove API Package Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-api-package-operations-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — API Package Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v3/api-packages/{packageid}/operations
      name: v3-api-packages-packageid-operations
      description: REST surface for v3-api-packages-packageId-operations.
      operations:
      - method: GET
        name: listapipackagesoperations
        description: List API Packages Operations
        call: konnect-platform-api-package-operations.listapipackagesoperations
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateapipackageoperations
        description: Update API Package Operation
        call: konnect-platform-api-package-operations.updateapipackageoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/api-packages/{packageid}/operations/{operationid}
      name: v3-api-packages-packageid-operations-operationid
      description: REST surface for v3-api-packages-packageId-operations-operationId.
      operations:
      - method: GET
        name: getapipackagesoperation
        description: Get API Packages Operation
        call: konnect-platform-api-package-operations.getapipackagesoperation
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: removeapipackageoperation
        description: Remove API Package Operation
        call: konnect-platform-api-package-operations.removeapipackageoperation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-api-package-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — API Package Operations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-api-packages-operations
      description: List API Packages Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-api-package-operations.listapipackagesoperations
      outputParameters:
      - type: object
        mapping: $.
    - name: update-api-package-operation
      description: Update API Package Operation
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-api-package-operations.updateapipackageoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-api-packages-operation
      description: Get API Packages Operation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-api-package-operations.getapipackagesoperation
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-api-package-operation
      description: Remove API Package Operation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-api-package-operations.removeapipackageoperation
      outputParameters:
      - type: object
        mapping: $.