Kong · Capability

Konnect API - Go SDK — Catalog Resource Services

Konnect API - Go SDK — Catalog Resource Services. 1 operations. Lead operation: List Resource Services. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongCatalog Resource Services

What You Can Do

GET
Listcatalogresourceservices — List Resource Services
/v1/v1/resources/{id}/catalog-services

MCP Tools

list-resource-services

List Resource Services

read-only idempotent

Capability Spec

konnect-platform-catalog-resource-services.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Catalog Resource Services
  description: 'Konnect API - Go SDK — Catalog Resource Services. 1 operations. Lead operation: List Resource Services. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Catalog Resource Services
  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-services
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Catalog Resource Services business capability. Self-contained, no shared references.
    resources:
    - name: v1-resources-id-catalog-services
      path: /v1/resources/{id}/catalog-services
      operations:
      - name: listcatalogresourceservices
        method: GET
        description: List Resource Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-catalog-resource-services-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Catalog Resource Services. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/resources/{id}/catalog-services
      name: v1-resources-id-catalog-services
      description: REST surface for v1-resources-id-catalog-services.
      operations:
      - method: GET
        name: listcatalogresourceservices
        description: List Resource Services
        call: konnect-platform-catalog-resource-services.listcatalogresourceservices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-catalog-resource-services-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Catalog Resource Services. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-resource-services
      description: List Resource Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-catalog-resource-services.listcatalogresourceservices
      outputParameters:
      - type: object
        mapping: $.