bugsnag · Capability

Bugsnag Data Access API — EventFields

Bugsnag Data Access API — EventFields. 1 operations. Lead operation: List event fields. Self-contained Naftiko capability covering one Bugsnag business surface.

Run with Naftiko BugsnagEventFields

What You Can Do

GET
Listeventfields — List event fields
/v1/projects/{project-id}/event-fields

MCP Tools

list-event-fields

List event fields

read-only idempotent

Capability Spec

data-access-eventfields.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bugsnag Data Access API — EventFields
  description: 'Bugsnag Data Access API — EventFields. 1 operations. Lead operation: List event fields. Self-contained Naftiko
    capability covering one Bugsnag business surface.'
  tags:
  - Bugsnag
  - EventFields
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUGSNAG_API_KEY: BUGSNAG_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-access-eventfields
    baseUri: https://api.bugsnag.com
    description: Bugsnag Data Access API — EventFields business capability. Self-contained, no shared references.
    resources:
    - name: projects-project_id-event_fields
      path: /projects/{project_id}/event_fields
      operations:
      - name: listeventfields
        method: GET
        description: List event fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.BUGSNAG_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: data-access-eventfields-rest
    port: 8080
    description: REST adapter for Bugsnag Data Access API — EventFields. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{project-id}/event-fields
      name: projects-project-id-event-fields
      description: REST surface for projects-project_id-event_fields.
      operations:
      - method: GET
        name: listeventfields
        description: List event fields
        call: data-access-eventfields.listeventfields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-access-eventfields-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bugsnag Data Access API — EventFields. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-event-fields
      description: List event fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-access-eventfields.listeventfields
      outputParameters:
      - type: object
        mapping: $.