Kong · Capability

Konnect API - Go SDK — API Package Specification

Konnect API - Go SDK — API Package Specification. 4 operations. Lead operation: Get the API package computed specification. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongAPI Package Specification

What You Can Do

GET
Getapipackagecomputedspecification — Get the API package computed specification
/v1/v3/api-packages/{packageid}/computed-specification
PUT
Updateapipackagecurrentspecification — Update API package current specification
/v1/v3/api-packages/{packageid}/current-specification
GET
Getapipackagecurrentspecification — Get the API package current specification
/v1/v3/api-packages/{packageid}/current-specification
DELETE
Deleteapipackagecurrentspecification — Delete API Package current Specification
/v1/v3/api-packages/{packageid}/current-specification

MCP Tools

get-api-package-computed-specification

Get the API package computed specification

read-only idempotent
update-api-package-current-specification

Update API package current specification

idempotent
get-api-package-current-specification

Get the API package current specification

read-only idempotent
delete-api-package-current-specification

Delete API Package current Specification

idempotent

Capability Spec

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