Kong · Capability

Konnect API - Go SDK — Partial Links

Konnect API - Go SDK — Partial Links. 1 operations. Lead operation: List partial links. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongPartial Links

What You Can Do

GET
Listpartiallink — List partial links
/v1/v2/control-planes/{controlplaneid}/core-entities/partials/{partialid}/links

MCP Tools

list-partial-links

List partial links

read-only idempotent

Capability Spec

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