Contour · Capability

Contour HTTPProxy API — TLSCertificateDelegation

Contour HTTPProxy API — TLSCertificateDelegation. 2 operations. Lead operation: Contour List TLSCertificateDelegation resources. Self-contained Naftiko capability covering one Contour business surface.

Run with Naftiko ContourTLSCertificateDelegation

What You Can Do

GET
Listnamespacedtlscertificatedelegation — Contour List TLSCertificateDelegation resources
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/tlscertificatedelegations
POST
Createnamespacedtlscertificatedelegation — Contour Create a TLSCertificateDelegation resource
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/tlscertificatedelegations

MCP Tools

contour-list-tlscertificatedelegation-resources

Contour List TLSCertificateDelegation resources

read-only idempotent
contour-create-tlscertificatedelegation-resource

Contour Create a TLSCertificateDelegation resource

Capability Spec

httpproxy-tlscertificatedelegation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Contour HTTPProxy API — TLSCertificateDelegation
  description: 'Contour HTTPProxy API — TLSCertificateDelegation. 2 operations. Lead operation: Contour List TLSCertificateDelegation
    resources. Self-contained Naftiko capability covering one Contour business surface.'
  tags:
  - Contour
  - TLSCertificateDelegation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CONTOUR_API_KEY: CONTOUR_API_KEY
capability:
  consumes:
  - type: http
    namespace: httpproxy-tlscertificatedelegation
    baseUri: https://{kubernetes-api-server}
    description: Contour HTTPProxy API — TLSCertificateDelegation business capability. Self-contained, no shared references.
    resources:
    - name: apis-projectcontour.io-v1-namespaces-namespace-tlscertificatedelegations
      path: /apis/projectcontour.io/v1/namespaces/{namespace}/tlscertificatedelegations
      operations:
      - name: listnamespacedtlscertificatedelegation
        method: GET
        description: Contour List TLSCertificateDelegation resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createnamespacedtlscertificatedelegation
        method: POST
        description: Contour Create a TLSCertificateDelegation resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: httpproxy-tlscertificatedelegation-rest
    port: 8080
    description: REST adapter for Contour HTTPProxy API — TLSCertificateDelegation. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/apis/projectcontour-io/v1/namespaces/{namespace}/tlscertificatedelegations
      name: apis-projectcontour-io-v1-namespaces-namespace-tlscertificatedelegations
      description: REST surface for apis-projectcontour.io-v1-namespaces-namespace-tlscertificatedelegations.
      operations:
      - method: GET
        name: listnamespacedtlscertificatedelegation
        description: Contour List TLSCertificateDelegation resources
        call: httpproxy-tlscertificatedelegation.listnamespacedtlscertificatedelegation
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnamespacedtlscertificatedelegation
        description: Contour Create a TLSCertificateDelegation resource
        call: httpproxy-tlscertificatedelegation.createnamespacedtlscertificatedelegation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: httpproxy-tlscertificatedelegation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Contour HTTPProxy API — TLSCertificateDelegation. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: contour-list-tlscertificatedelegation-resources
      description: Contour List TLSCertificateDelegation resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: httpproxy-tlscertificatedelegation.listnamespacedtlscertificatedelegation
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-create-tlscertificatedelegation-resource
      description: Contour Create a TLSCertificateDelegation resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: httpproxy-tlscertificatedelegation.createnamespacedtlscertificatedelegation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.