Kong · Capability

Konnect API - Go SDK — Catalog Resource Mappings

Konnect API - Go SDK — Catalog Resource Mappings. 4 operations. Lead operation: Create Resource Mapping. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongCatalog Resource Mappings

What You Can Do

POST
Createresourcemapping — Create Resource Mapping
/v1/v1/resource-mappings
GET
Listresourcemappings — List Resource Mappings
/v1/v1/resource-mappings
GET
Fetchresourcemapping — Get a Resource Mapping
/v1/v1/resource-mappings/{resourcemappingid}
DELETE
Deleteresourcemapping — Delete Resource Mapping
/v1/v1/resource-mappings/{resourcemappingid}

MCP Tools

create-resource-mapping

Create Resource Mapping

list-resource-mappings

List Resource Mappings

read-only idempotent
get-resource-mapping

Get a Resource Mapping

read-only idempotent
delete-resource-mapping

Delete Resource Mapping

idempotent

Capability Spec

konnect-platform-catalog-resource-mappings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Catalog Resource Mappings
  description: 'Konnect API - Go SDK — Catalog Resource Mappings. 4 operations. Lead operation: Create Resource Mapping. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Catalog Resource Mappings
  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-catalog-resource-mappings
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Catalog Resource Mappings business capability. Self-contained, no shared references.
    resources:
    - name: v1-resource-mappings
      path: /v1/resource-mappings
      operations:
      - name: createresourcemapping
        method: POST
        description: Create Resource Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: listresourcemappings
        method: GET
        description: List Resource Mappings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-resource-mappings-resourceMappingId
      path: /v1/resource-mappings/{resourceMappingId}
      operations:
      - name: fetchresourcemapping
        method: GET
        description: Get a Resource Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteresourcemapping
        method: DELETE
        description: Delete Resource Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-catalog-resource-mappings-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Catalog Resource Mappings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/resource-mappings
      name: v1-resource-mappings
      description: REST surface for v1-resource-mappings.
      operations:
      - method: POST
        name: createresourcemapping
        description: Create Resource Mapping
        call: konnect-platform-catalog-resource-mappings.createresourcemapping
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listresourcemappings
        description: List Resource Mappings
        call: konnect-platform-catalog-resource-mappings.listresourcemappings
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/resource-mappings/{resourcemappingid}
      name: v1-resource-mappings-resourcemappingid
      description: REST surface for v1-resource-mappings-resourceMappingId.
      operations:
      - method: GET
        name: fetchresourcemapping
        description: Get a Resource Mapping
        call: konnect-platform-catalog-resource-mappings.fetchresourcemapping
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteresourcemapping
        description: Delete Resource Mapping
        call: konnect-platform-catalog-resource-mappings.deleteresourcemapping
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-catalog-resource-mappings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Catalog Resource Mappings. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: create-resource-mapping
      description: Create Resource Mapping
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-catalog-resource-mappings.createresourcemapping
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-resource-mappings
      description: List Resource Mappings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-catalog-resource-mappings.listresourcemappings
      outputParameters:
      - type: object
        mapping: $.
    - name: get-resource-mapping
      description: Get a Resource Mapping
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-catalog-resource-mappings.fetchresourcemapping
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-resource-mapping
      description: Delete Resource Mapping
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-catalog-resource-mappings.deleteresourcemapping
      outputParameters:
      - type: object
        mapping: $.