naftiko: 1.0.0-alpha2 info: label: Ambassador Edge Stack API — TLSContexts description: 'Ambassador Edge Stack API — TLSContexts. 5 operations. Lead operation: Ambassador List All Tls Contexts in a Namespace. Self-contained Naftiko capability covering one Ambassador business surface.' tags: - Ambassador - TLSContexts created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMBASSADOR_API_KEY: AMBASSADOR_API_KEY capability: consumes: - type: http namespace: ambassador-tlscontexts baseUri: https://{ambassador-host}:8877 description: Ambassador Edge Stack API — TLSContexts 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: listtlscontexts method: GET description: Ambassador List All Tls Contexts in a Namespace outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createtlscontext method: POST description: Ambassador Create a New Tls Context 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: gettlscontext method: GET description: Ambassador Get a Specific Tls Context outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatetlscontext method: PUT description: Ambassador Update a Tls Context outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deletetlscontext method: DELETE description: Ambassador Delete a Tls Context outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.AMBASSADOR_API_KEY}}' exposes: - type: rest namespace: ambassador-tlscontexts-rest port: 8080 description: REST adapter for Ambassador Edge Stack API — TLSContexts. 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: listtlscontexts description: Ambassador List All Tls Contexts in a Namespace call: ambassador-tlscontexts.listtlscontexts outputParameters: - type: object mapping: $. - method: POST name: createtlscontext description: Ambassador Create a New Tls Context call: ambassador-tlscontexts.createtlscontext 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: gettlscontext description: Ambassador Get a Specific Tls Context call: ambassador-tlscontexts.gettlscontext outputParameters: - type: object mapping: $. - method: PUT name: updatetlscontext description: Ambassador Update a Tls Context call: ambassador-tlscontexts.updatetlscontext with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletetlscontext description: Ambassador Delete a Tls Context call: ambassador-tlscontexts.deletetlscontext outputParameters: - type: object mapping: $. - type: mcp namespace: ambassador-tlscontexts-mcp port: 9090 transport: http description: MCP adapter for Ambassador Edge Stack API — TLSContexts. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: ambassador-list-all-tls-contexts description: Ambassador List All Tls Contexts in a Namespace hints: readOnly: true destructive: false idempotent: true call: ambassador-tlscontexts.listtlscontexts outputParameters: - type: object mapping: $. - name: ambassador-create-new-tls-context description: Ambassador Create a New Tls Context hints: readOnly: false destructive: false idempotent: false call: ambassador-tlscontexts.createtlscontext with: body: tools.body outputParameters: - type: object mapping: $. - name: ambassador-get-specific-tls-context description: Ambassador Get a Specific Tls Context hints: readOnly: true destructive: false idempotent: true call: ambassador-tlscontexts.gettlscontext outputParameters: - type: object mapping: $. - name: ambassador-update-tls-context description: Ambassador Update a Tls Context hints: readOnly: false destructive: false idempotent: true call: ambassador-tlscontexts.updatetlscontext with: body: tools.body outputParameters: - type: object mapping: $. - name: ambassador-delete-tls-context description: Ambassador Delete a Tls Context hints: readOnly: false destructive: true idempotent: true call: ambassador-tlscontexts.deletetlscontext outputParameters: - type: object mapping: $.