Kong · Capability

Konnect API - Go SDK — Custom Plugin Schemas

Konnect API - Go SDK — Custom Plugin Schemas. 5 operations. Lead operation: List Custom Plugin Schemas. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongCustom Plugin Schemas

What You Can Do

GET
Listpluginschemas — List Custom Plugin Schemas
/v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas
POST
Createpluginschemas — Upload custom plugin schema
/v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas
GET
Getpluginschema — Get a custom plugin schema
/v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas/{name}
DELETE
Deletepluginschemas — Delete custom plugin schema
/v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas/{name}
PUT
Updatepluginschemas — Create or update a custom plugin schema
/v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas/{name}

MCP Tools

list-custom-plugin-schemas

List Custom Plugin Schemas

read-only idempotent
upload-custom-plugin-schema

Upload custom plugin schema

get-custom-plugin-schema

Get a custom plugin schema

read-only idempotent
delete-custom-plugin-schema

Delete custom plugin schema

idempotent
create-update-custom-plugin-schema

Create or update a custom plugin schema

idempotent

Capability Spec

konnect-platform-custom-plugin-schemas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Custom Plugin Schemas
  description: 'Konnect API - Go SDK — Custom Plugin Schemas. 5 operations. Lead operation: List Custom Plugin Schemas. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Custom Plugin Schemas
  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-custom-plugin-schemas
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Custom Plugin Schemas business capability. Self-contained, no shared references.
    resources:
    - name: v2-control-planes-controlPlaneId-core-entities-plugin-schemas
      path: /v2/control-planes/{controlPlaneId}/core-entities/plugin-schemas
      operations:
      - name: listpluginschemas
        method: GET
        description: List Custom Plugin Schemas
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createpluginschemas
        method: POST
        description: Upload custom plugin schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v2-control-planes-controlPlaneId-core-entities-plugin-schemas-name
      path: /v2/control-planes/{controlPlaneId}/core-entities/plugin-schemas/{name}
      operations:
      - name: getpluginschema
        method: GET
        description: Get a custom plugin schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletepluginschemas
        method: DELETE
        description: Delete custom plugin schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatepluginschemas
        method: PUT
        description: Create or update a custom plugin schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-custom-plugin-schemas-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Custom Plugin Schemas. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas
      name: v2-control-planes-controlplaneid-core-entities-plugin-schemas
      description: REST surface for v2-control-planes-controlPlaneId-core-entities-plugin-schemas.
      operations:
      - method: GET
        name: listpluginschemas
        description: List Custom Plugin Schemas
        call: konnect-platform-custom-plugin-schemas.listpluginschemas
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createpluginschemas
        description: Upload custom plugin schema
        call: konnect-platform-custom-plugin-schemas.createpluginschemas
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/control-planes/{controlplaneid}/core-entities/plugin-schemas/{name}
      name: v2-control-planes-controlplaneid-core-entities-plugin-schemas-name
      description: REST surface for v2-control-planes-controlPlaneId-core-entities-plugin-schemas-name.
      operations:
      - method: GET
        name: getpluginschema
        description: Get a custom plugin schema
        call: konnect-platform-custom-plugin-schemas.getpluginschema
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletepluginschemas
        description: Delete custom plugin schema
        call: konnect-platform-custom-plugin-schemas.deletepluginschemas
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatepluginschemas
        description: Create or update a custom plugin schema
        call: konnect-platform-custom-plugin-schemas.updatepluginschemas
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-custom-plugin-schemas-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Custom Plugin Schemas. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-custom-plugin-schemas
      description: List Custom Plugin Schemas
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-custom-plugin-schemas.listpluginschemas
      outputParameters:
      - type: object
        mapping: $.
    - name: upload-custom-plugin-schema
      description: Upload custom plugin schema
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-custom-plugin-schemas.createpluginschemas
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-custom-plugin-schema
      description: Get a custom plugin schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-custom-plugin-schemas.getpluginschema
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-custom-plugin-schema
      description: Delete custom plugin schema
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-custom-plugin-schemas.deletepluginschemas
      outputParameters:
      - type: object
        mapping: $.
    - name: create-update-custom-plugin-schema
      description: Create or update a custom plugin schema
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-custom-plugin-schemas.updatepluginschemas
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.