Emissary-Ingress · Capability

Emissary-Ingress Configuration API — TLSContext

Emissary-Ingress Configuration API — TLSContext. 4 operations. Lead operation: Emissary-Ingress List TLSContext resources in a namespace. Self-contained Naftiko capability covering one Emissary Ingress business surface.

Run with Naftiko Emissary IngressTLSContext

What You Can Do

GET
Listnamespacedtlscontext — Emissary-Ingress List TLSContext resources in a namespace
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/tlscontexts
POST
Createnamespacedtlscontext — Emissary-Ingress Create a TLSContext resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/tlscontexts
GET
Readnamespacedtlscontext — Emissary-Ingress Get a specific TLSContext resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/tlscontexts/{name}
DELETE
Deletenamespacedtlscontext — Emissary-Ingress Delete a TLSContext resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/tlscontexts/{name}

MCP Tools

emissary-ingress-list-tlscontext-resources

Emissary-Ingress List TLSContext resources in a namespace

read-only idempotent
emissary-ingress-create-tlscontext-resource

Emissary-Ingress Create a TLSContext resource

emissary-ingress-get-specific-tlscontext

Emissary-Ingress Get a specific TLSContext resource

read-only idempotent
emissary-ingress-delete-tlscontext-resource

Emissary-Ingress Delete a TLSContext resource

idempotent

Capability Spec

emissary-ingress-tlscontext.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Emissary-Ingress Configuration API — TLSContext
  description: 'Emissary-Ingress Configuration API — TLSContext. 4 operations. Lead operation: Emissary-Ingress List TLSContext
    resources in a namespace. Self-contained Naftiko capability covering one Emissary Ingress business surface.'
  tags:
  - Emissary Ingress
  - TLSContext
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EMISSARY_INGRESS_API_KEY: EMISSARY_INGRESS_API_KEY
capability:
  consumes:
  - type: http
    namespace: emissary-ingress-tlscontext
    baseUri: https://{kubernetes-api-server}
    description: Emissary-Ingress Configuration API — TLSContext business capability. Self-contained, no shared references.
    resources:
    - name: apis-getambassador.io-v3alpha1-namespaces-namespace-tlscontexts
      path: /apis/getambassador.io/v3alpha1/namespaces/{namespace}/tlscontexts
      operations:
      - name: listnamespacedtlscontext
        method: GET
        description: Emissary-Ingress List TLSContext resources in a namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createnamespacedtlscontext
        method: POST
        description: Emissary-Ingress Create a TLSContext resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: apis-getambassador.io-v3alpha1-namespaces-namespace-tlscontexts-name
      path: /apis/getambassador.io/v3alpha1/namespaces/{namespace}/tlscontexts/{name}
      operations:
      - name: readnamespacedtlscontext
        method: GET
        description: Emissary-Ingress Get a specific TLSContext resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletenamespacedtlscontext
        method: DELETE
        description: Emissary-Ingress Delete a TLSContext resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: emissary-ingress-tlscontext-rest
    port: 8080
    description: REST adapter for Emissary-Ingress Configuration API — TLSContext. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/tlscontexts
      name: apis-getambassador-io-v3alpha1-namespaces-namespace-tlscontexts
      description: REST surface for apis-getambassador.io-v3alpha1-namespaces-namespace-tlscontexts.
      operations:
      - method: GET
        name: listnamespacedtlscontext
        description: Emissary-Ingress List TLSContext resources in a namespace
        call: emissary-ingress-tlscontext.listnamespacedtlscontext
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnamespacedtlscontext
        description: Emissary-Ingress Create a TLSContext resource
        call: emissary-ingress-tlscontext.createnamespacedtlscontext
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/tlscontexts/{name}
      name: apis-getambassador-io-v3alpha1-namespaces-namespace-tlscontexts-name
      description: REST surface for apis-getambassador.io-v3alpha1-namespaces-namespace-tlscontexts-name.
      operations:
      - method: GET
        name: readnamespacedtlscontext
        description: Emissary-Ingress Get a specific TLSContext resource
        call: emissary-ingress-tlscontext.readnamespacedtlscontext
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletenamespacedtlscontext
        description: Emissary-Ingress Delete a TLSContext resource
        call: emissary-ingress-tlscontext.deletenamespacedtlscontext
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: emissary-ingress-tlscontext-mcp
    port: 9090
    transport: http
    description: MCP adapter for Emissary-Ingress Configuration API — TLSContext. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: emissary-ingress-list-tlscontext-resources
      description: Emissary-Ingress List TLSContext resources in a namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: emissary-ingress-tlscontext.listnamespacedtlscontext
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-create-tlscontext-resource
      description: Emissary-Ingress Create a TLSContext resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: emissary-ingress-tlscontext.createnamespacedtlscontext
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-get-specific-tlscontext
      description: Emissary-Ingress Get a specific TLSContext resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: emissary-ingress-tlscontext.readnamespacedtlscontext
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-delete-tlscontext-resource
      description: Emissary-Ingress Delete a TLSContext resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: emissary-ingress-tlscontext.deletenamespacedtlscontext
      outputParameters:
      - type: object
        mapping: $.