bugsnag · Capability

Bugsnag Error Reporting API — Notifications

Bugsnag Error Reporting API — Notifications. 1 operations. Lead operation: Send an error notification. Self-contained Naftiko capability covering one Bugsnag business surface.

Run with Naftiko BugsnagNotifications

What You Can Do

POST
Senderrornotification — Send an error notification
/v1

MCP Tools

send-error-notification

Send an error notification

Capability Spec

error-reporting-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bugsnag Error Reporting API — Notifications
  description: 'Bugsnag Error Reporting API — Notifications. 1 operations. Lead operation: Send an error notification. Self-contained
    Naftiko capability covering one Bugsnag business surface.'
  tags:
  - Bugsnag
  - Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUGSNAG_API_KEY: BUGSNAG_API_KEY
capability:
  consumes:
  - type: http
    namespace: error-reporting-notifications
    baseUri: https://notify.bugsnag.com
    description: Bugsnag Error Reporting API — Notifications business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: senderrornotification
        method: POST
        description: Send an error notification
        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: error-reporting-notifications-rest
    port: 8080
    description: REST adapter for Bugsnag Error Reporting API — Notifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: senderrornotification
        description: Send an error notification
        call: error-reporting-notifications.senderrornotification
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: error-reporting-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bugsnag Error Reporting API — Notifications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: send-error-notification
      description: Send an error notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: error-reporting-notifications.senderrornotification
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.