honeycomb · Capability

Honeycomb SLOs API — Reporting

Honeycomb SLOs API — Reporting. 1 operations. Lead operation: Get SLO report. Self-contained Naftiko capability covering one Honeycomb business surface.

Run with Naftiko HoneycombReporting

What You Can Do

GET
Getsloreport — Get SLO report
/v1/1/slo-report/{datasetslug}/{sloid}

MCP Tools

get-slo-report

Get SLO report

read-only idempotent

Capability Spec

slos-reporting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Honeycomb SLOs API — Reporting
  description: 'Honeycomb SLOs API — Reporting. 1 operations. Lead operation: Get SLO report. Self-contained Naftiko capability
    covering one Honeycomb business surface.'
  tags:
  - Honeycomb
  - Reporting
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HONEYCOMB_API_KEY: HONEYCOMB_API_KEY
capability:
  consumes:
  - type: http
    namespace: slos-reporting
    baseUri: https://api.honeycomb.io
    description: Honeycomb SLOs API — Reporting business capability. Self-contained, no shared references.
    resources:
    - name: 1-slo_report-datasetSlug-sloId
      path: /1/slo_report/{datasetSlug}/{sloId}
      operations:
      - name: getsloreport
        method: GET
        description: Get SLO report
        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-reporting-rest
    port: 8080
    description: REST adapter for Honeycomb SLOs API — Reporting. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/1/slo-report/{datasetslug}/{sloid}
      name: 1-slo-report-datasetslug-sloid
      description: REST surface for 1-slo_report-datasetSlug-sloId.
      operations:
      - method: GET
        name: getsloreport
        description: Get SLO report
        call: slos-reporting.getsloreport
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: slos-reporting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Honeycomb SLOs API — Reporting. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-slo-report
      description: Get SLO report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slos-reporting.getsloreport
      outputParameters:
      - type: object
        mapping: $.