Emissary-Ingress · Capability

Emissary-Ingress Configuration API — Mapping

Emissary-Ingress Configuration API — Mapping. 7 operations. Lead operation: Emissary-Ingress List Mapping resources across all namespaces. Self-contained Naftiko capability covering one Emissary Ingress business surface.

Run with Naftiko Emissary IngressMapping

What You Can Do

GET
Listmappingallnamespaces — Emissary-Ingress List Mapping resources across all namespaces
/v1/apis/getambassador-io/v3alpha1/mappings
GET
Listnamespacedmapping — Emissary-Ingress List Mapping resources in a namespace
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings
POST
Createnamespacedmapping — Emissary-Ingress Create a Mapping resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings
GET
Readnamespacedmapping — Emissary-Ingress Get a specific Mapping resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings/{name}
PUT
Replacenamespacedmapping — Emissary-Ingress Replace a Mapping resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings/{name}
PATCH
Patchnamespacedmapping — Emissary-Ingress Partially update a Mapping resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings/{name}
DELETE
Deletenamespacedmapping — Emissary-Ingress Delete a Mapping resource
/v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings/{name}

MCP Tools

emissary-ingress-list-mapping-resources

Emissary-Ingress List Mapping resources across all namespaces

read-only idempotent
emissary-ingress-list-mapping-resources-2

Emissary-Ingress List Mapping resources in a namespace

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

Emissary-Ingress Create a Mapping resource

emissary-ingress-get-specific-mapping

Emissary-Ingress Get a specific Mapping resource

read-only idempotent
emissary-ingress-replace-mapping-resource

Emissary-Ingress Replace a Mapping resource

idempotent
emissary-ingress-partially-update-mapping

Emissary-Ingress Partially update a Mapping resource

idempotent
emissary-ingress-delete-mapping-resource

Emissary-Ingress Delete a Mapping resource

idempotent

Capability Spec

emissary-ingress-mapping.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Emissary-Ingress Configuration API — Mapping
  description: 'Emissary-Ingress Configuration API — Mapping. 7 operations. Lead operation: Emissary-Ingress List Mapping
    resources across all namespaces. Self-contained Naftiko capability covering one Emissary Ingress business surface.'
  tags:
  - Emissary Ingress
  - Mapping
  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-mapping
    baseUri: https://{kubernetes-api-server}
    description: Emissary-Ingress Configuration API — Mapping business capability. Self-contained, no shared references.
    resources:
    - name: apis-getambassador.io-v3alpha1-mappings
      path: /apis/getambassador.io/v3alpha1/mappings
      operations:
      - name: listmappingallnamespaces
        method: GET
        description: Emissary-Ingress List Mapping resources across all namespaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: apis-getambassador.io-v3alpha1-namespaces-namespace-mappings
      path: /apis/getambassador.io/v3alpha1/namespaces/{namespace}/mappings
      operations:
      - name: listnamespacedmapping
        method: GET
        description: Emissary-Ingress List Mapping resources in a namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createnamespacedmapping
        method: POST
        description: Emissary-Ingress Create a Mapping 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-mappings-name
      path: /apis/getambassador.io/v3alpha1/namespaces/{namespace}/mappings/{name}
      operations:
      - name: readnamespacedmapping
        method: GET
        description: Emissary-Ingress Get a specific Mapping resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: replacenamespacedmapping
        method: PUT
        description: Emissary-Ingress Replace a Mapping resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: patchnamespacedmapping
        method: PATCH
        description: Emissary-Ingress Partially update a Mapping resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletenamespacedmapping
        method: DELETE
        description: Emissary-Ingress Delete a Mapping resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: emissary-ingress-mapping-rest
    port: 8080
    description: REST adapter for Emissary-Ingress Configuration API — Mapping. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/apis/getambassador-io/v3alpha1/mappings
      name: apis-getambassador-io-v3alpha1-mappings
      description: REST surface for apis-getambassador.io-v3alpha1-mappings.
      operations:
      - method: GET
        name: listmappingallnamespaces
        description: Emissary-Ingress List Mapping resources across all namespaces
        call: emissary-ingress-mapping.listmappingallnamespaces
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings
      name: apis-getambassador-io-v3alpha1-namespaces-namespace-mappings
      description: REST surface for apis-getambassador.io-v3alpha1-namespaces-namespace-mappings.
      operations:
      - method: GET
        name: listnamespacedmapping
        description: Emissary-Ingress List Mapping resources in a namespace
        call: emissary-ingress-mapping.listnamespacedmapping
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnamespacedmapping
        description: Emissary-Ingress Create a Mapping resource
        call: emissary-ingress-mapping.createnamespacedmapping
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/getambassador-io/v3alpha1/namespaces/{namespace}/mappings/{name}
      name: apis-getambassador-io-v3alpha1-namespaces-namespace-mappings-name
      description: REST surface for apis-getambassador.io-v3alpha1-namespaces-namespace-mappings-name.
      operations:
      - method: GET
        name: readnamespacedmapping
        description: Emissary-Ingress Get a specific Mapping resource
        call: emissary-ingress-mapping.readnamespacedmapping
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: replacenamespacedmapping
        description: Emissary-Ingress Replace a Mapping resource
        call: emissary-ingress-mapping.replacenamespacedmapping
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchnamespacedmapping
        description: Emissary-Ingress Partially update a Mapping resource
        call: emissary-ingress-mapping.patchnamespacedmapping
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletenamespacedmapping
        description: Emissary-Ingress Delete a Mapping resource
        call: emissary-ingress-mapping.deletenamespacedmapping
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: emissary-ingress-mapping-mcp
    port: 9090
    transport: http
    description: MCP adapter for Emissary-Ingress Configuration API — Mapping. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: emissary-ingress-list-mapping-resources
      description: Emissary-Ingress List Mapping resources across all namespaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: emissary-ingress-mapping.listmappingallnamespaces
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-list-mapping-resources-2
      description: Emissary-Ingress List Mapping resources in a namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: emissary-ingress-mapping.listnamespacedmapping
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-create-mapping-resource
      description: Emissary-Ingress Create a Mapping resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: emissary-ingress-mapping.createnamespacedmapping
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-get-specific-mapping
      description: Emissary-Ingress Get a specific Mapping resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: emissary-ingress-mapping.readnamespacedmapping
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-replace-mapping-resource
      description: Emissary-Ingress Replace a Mapping resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: emissary-ingress-mapping.replacenamespacedmapping
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-partially-update-mapping
      description: Emissary-Ingress Partially update a Mapping resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: emissary-ingress-mapping.patchnamespacedmapping
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: emissary-ingress-delete-mapping-resource
      description: Emissary-Ingress Delete a Mapping resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: emissary-ingress-mapping.deletenamespacedmapping
      outputParameters:
      - type: object
        mapping: $.