bugsnag · Capability

Bugsnag Trace API — Traces

Bugsnag Trace API — Traces. 1 operations. Lead operation: Send trace data. Self-contained Naftiko capability covering one Bugsnag business surface.

Run with Naftiko BugsnagTraces

What You Can Do

POST
Sendtraces — Send trace data
/v1/v1/traces

MCP Tools

send-trace-data

Send trace data

Capability Spec

trace-traces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bugsnag Trace API — Traces
  description: 'Bugsnag Trace API — Traces. 1 operations. Lead operation: Send trace data. Self-contained Naftiko capability
    covering one Bugsnag business surface.'
  tags:
  - Bugsnag
  - Traces
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUGSNAG_API_KEY: BUGSNAG_API_KEY
capability:
  consumes:
  - type: http
    namespace: trace-traces
    baseUri: https://otlp.bugsnag.com:4318
    description: Bugsnag Trace API — Traces business capability. Self-contained, no shared references.
    resources:
    - name: v1-traces
      path: /v1/traces
      operations:
      - name: sendtraces
        method: POST
        description: Send trace data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: trace-traces-rest
    port: 8080
    description: REST adapter for Bugsnag Trace API — Traces. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/traces
      name: v1-traces
      description: REST surface for v1-traces.
      operations:
      - method: POST
        name: sendtraces
        description: Send trace data
        call: trace-traces.sendtraces
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trace-traces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bugsnag Trace API — Traces. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: send-trace-data
      description: Send trace data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: trace-traces.sendtraces
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.