Kong · Capability

Konnect API - Go SDK — Degraphql_routes

Konnect API - Go SDK — Degraphql_routes. 7 operations. Lead operation: List all Degraphql_routes. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongDegraphql_routes

What You Can Do

GET
Listdegraphqlroute — List all Degraphql_routes
/v1/v2/control-planes/{controlplaneid}/core-entities/degraphql-routes
GET
Getdegraphqlroute — Get a Degraphql_route
/v1/v2/control-planes/{controlplaneid}/core-entities/degraphql-routes/{degraphql-routeid}
GET
Listdegraphqlroutewithservice — List all Degraphql_routes associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes
POST
Createdegraphqlroutewithservice — Create a new Degraphql_route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes
DELETE
Deletedegraphqlroutewithservice — Delete a a Degraphql_route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes/{degraphql-routeid}
GET
Getdegraphqlroutewithservice — Get a Degraphql_route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes/{degraphql-routeid}
PUT
Upsertdegraphqlroutewithservice — Upsert a Degraphql_route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes/{degraphql-routeid}

MCP Tools

list-all-degraphql-routes

List all Degraphql_routes

read-only idempotent
get-degraphql-route

Get a Degraphql_route

read-only idempotent
list-all-degraphql-routes-associated

List all Degraphql_routes associated with a Service

read-only idempotent
create-new-degraphql-route-associated

Create a new Degraphql_route associated with a Service

delete-degraphql-route-associated-service

Delete a a Degraphql_route associated with a Service

idempotent
get-degraphql-route-associated-service

Get a Degraphql_route associated with a Service

read-only idempotent
upsert-degraphql-route-associated-service

Upsert a Degraphql_route associated with a Service

idempotent

Capability Spec

konnect-platform-degraphql-routes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Degraphql_routes
  description: 'Konnect API - Go SDK — Degraphql_routes. 7 operations. Lead operation: List all Degraphql_routes. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Degraphql_routes
  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-degraphql-routes
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Degraphql_routes business capability. Self-contained, no shared references.
    resources:
    - name: v2-control-planes-controlPlaneId-core-entities-degraphql_routes
      path: /v2/control-planes/{controlPlaneId}/core-entities/degraphql_routes
      operations:
      - name: listdegraphqlroute
        method: GET
        description: List all Degraphql_routes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v2-control-planes-controlPlaneId-core-entities-degraphql_routes-Degraphql_routeI
      path: /v2/control-planes/{controlPlaneId}/core-entities/degraphql_routes/{Degraphql_routeId}
      operations:
      - name: getdegraphqlroute
        method: GET
        description: Get a Degraphql_route
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v2-control-planes-controlPlaneId-core-entities-services-ServiceId-degraphql-rout
      path: /v2/control-planes/{controlPlaneId}/core-entities/services/{ServiceId}/degraphql/routes
      operations:
      - name: listdegraphqlroutewithservice
        method: GET
        description: List all Degraphql_routes associated with a Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdegraphqlroutewithservice
        method: POST
        description: Create a new Degraphql_route associated with a Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v2-control-planes-controlPlaneId-core-entities-services-ServiceId-degraphql-rout
      path: /v2/control-planes/{controlPlaneId}/core-entities/services/{ServiceId}/degraphql/routes/{Degraphql_routeId}
      operations:
      - name: deletedegraphqlroutewithservice
        method: DELETE
        description: Delete a a Degraphql_route associated with a Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getdegraphqlroutewithservice
        method: GET
        description: Get a Degraphql_route associated with a Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: upsertdegraphqlroutewithservice
        method: PUT
        description: Upsert a Degraphql_route associated with a Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-degraphql-routes-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Degraphql_routes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/control-planes/{controlplaneid}/core-entities/degraphql-routes
      name: v2-control-planes-controlplaneid-core-entities-degraphql-routes
      description: REST surface for v2-control-planes-controlPlaneId-core-entities-degraphql_routes.
      operations:
      - method: GET
        name: listdegraphqlroute
        description: List all Degraphql_routes
        call: konnect-platform-degraphql-routes.listdegraphqlroute
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/control-planes/{controlplaneid}/core-entities/degraphql-routes/{degraphql-routeid}
      name: v2-control-planes-controlplaneid-core-entities-degraphql-routes-degraphql-routei
      description: REST surface for v2-control-planes-controlPlaneId-core-entities-degraphql_routes-Degraphql_routeI.
      operations:
      - method: GET
        name: getdegraphqlroute
        description: Get a Degraphql_route
        call: konnect-platform-degraphql-routes.getdegraphqlroute
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes
      name: v2-control-planes-controlplaneid-core-entities-services-serviceid-degraphql-rout
      description: REST surface for v2-control-planes-controlPlaneId-core-entities-services-ServiceId-degraphql-rout.
      operations:
      - method: GET
        name: listdegraphqlroutewithservice
        description: List all Degraphql_routes associated with a Service
        call: konnect-platform-degraphql-routes.listdegraphqlroutewithservice
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdegraphqlroutewithservice
        description: Create a new Degraphql_route associated with a Service
        call: konnect-platform-degraphql-routes.createdegraphqlroutewithservice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/degraphql/routes/{degraphql-routeid}
      name: v2-control-planes-controlplaneid-core-entities-services-serviceid-degraphql-rout
      description: REST surface for v2-control-planes-controlPlaneId-core-entities-services-ServiceId-degraphql-rout.
      operations:
      - method: DELETE
        name: deletedegraphqlroutewithservice
        description: Delete a a Degraphql_route associated with a Service
        call: konnect-platform-degraphql-routes.deletedegraphqlroutewithservice
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getdegraphqlroutewithservice
        description: Get a Degraphql_route associated with a Service
        call: konnect-platform-degraphql-routes.getdegraphqlroutewithservice
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: upsertdegraphqlroutewithservice
        description: Upsert a Degraphql_route associated with a Service
        call: konnect-platform-degraphql-routes.upsertdegraphqlroutewithservice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-degraphql-routes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Degraphql_routes. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-all-degraphql-routes
      description: List all Degraphql_routes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-degraphql-routes.listdegraphqlroute
      outputParameters:
      - type: object
        mapping: $.
    - name: get-degraphql-route
      description: Get a Degraphql_route
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-degraphql-routes.getdegraphqlroute
      outputParameters:
      - type: object
        mapping: $.
    - name: list-all-degraphql-routes-associated
      description: List all Degraphql_routes associated with a Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-degraphql-routes.listdegraphqlroutewithservice
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-degraphql-route-associated
      description: Create a new Degraphql_route associated with a Service
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-degraphql-routes.createdegraphqlroutewithservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-degraphql-route-associated-service
      description: Delete a a Degraphql_route associated with a Service
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-degraphql-routes.deletedegraphqlroutewithservice
      outputParameters:
      - type: object
        mapping: $.
    - name: get-degraphql-route-associated-service
      description: Get a Degraphql_route associated with a Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-degraphql-routes.getdegraphqlroutewithservice
      outputParameters:
      - type: object
        mapping: $.
    - name: upsert-degraphql-route-associated-service
      description: Upsert a Degraphql_route associated with a Service
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-degraphql-routes.upsertdegraphqlroutewithservice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.