naftiko: 1.0.0-alpha2 info: label: Honeycomb SLOs API — Burn Alerts description: 'Honeycomb SLOs API — Burn Alerts. 5 operations. Lead operation: List all burn alerts. Self-contained Naftiko capability covering one Honeycomb business surface.' tags: - Honeycomb - Burn Alerts created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: HONEYCOMB_API_KEY: HONEYCOMB_API_KEY capability: consumes: - type: http namespace: slos-burn-alerts baseUri: https://api.honeycomb.io description: Honeycomb SLOs API — Burn Alerts business capability. Self-contained, no shared references. resources: - name: 1-burn_alerts-datasetSlug path: /1/burn_alerts/{datasetSlug} operations: - name: listburnalerts method: GET description: List all burn alerts outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createburnalert method: POST description: Create a burn alert outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: 1-burn_alerts-datasetSlug-burnAlertId path: /1/burn_alerts/{datasetSlug}/{burnAlertId} operations: - name: getburnalert method: GET description: Get a burn alert outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateburnalert method: PUT description: Update a burn alert outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleteburnalert method: DELETE description: Delete a burn alert outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: X-Honeycomb-Team value: '{{env.HONEYCOMB_API_KEY}}' placement: header exposes: - type: rest namespace: slos-burn-alerts-rest port: 8080 description: REST adapter for Honeycomb SLOs API — Burn Alerts. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/1/burn-alerts/{datasetslug} name: 1-burn-alerts-datasetslug description: REST surface for 1-burn_alerts-datasetSlug. operations: - method: GET name: listburnalerts description: List all burn alerts call: slos-burn-alerts.listburnalerts outputParameters: - type: object mapping: $. - method: POST name: createburnalert description: Create a burn alert call: slos-burn-alerts.createburnalert with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/1/burn-alerts/{datasetslug}/{burnalertid} name: 1-burn-alerts-datasetslug-burnalertid description: REST surface for 1-burn_alerts-datasetSlug-burnAlertId. operations: - method: GET name: getburnalert description: Get a burn alert call: slos-burn-alerts.getburnalert outputParameters: - type: object mapping: $. - method: PUT name: updateburnalert description: Update a burn alert call: slos-burn-alerts.updateburnalert with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteburnalert description: Delete a burn alert call: slos-burn-alerts.deleteburnalert outputParameters: - type: object mapping: $. - type: mcp namespace: slos-burn-alerts-mcp port: 9090 transport: http description: MCP adapter for Honeycomb SLOs API — Burn Alerts. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-all-burn-alerts description: List all burn alerts hints: readOnly: true destructive: false idempotent: true call: slos-burn-alerts.listburnalerts outputParameters: - type: object mapping: $. - name: create-burn-alert description: Create a burn alert hints: readOnly: false destructive: false idempotent: false call: slos-burn-alerts.createburnalert with: body: tools.body outputParameters: - type: object mapping: $. - name: get-burn-alert description: Get a burn alert hints: readOnly: true destructive: false idempotent: true call: slos-burn-alerts.getburnalert outputParameters: - type: object mapping: $. - name: update-burn-alert description: Update a burn alert hints: readOnly: false destructive: false idempotent: true call: slos-burn-alerts.updateburnalert with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-burn-alert description: Delete a burn alert hints: readOnly: false destructive: true idempotent: true call: slos-burn-alerts.deleteburnalert outputParameters: - type: object mapping: $.