Atlassian · Capability

Atlassian Bit Bucket Hook Events API — Subscribable

Atlassian Bit Bucket Hook Events API — Subscribable. 1 operations. Lead operation: Atlassian List Subscribable Webhook Types. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianSubscribable

What You Can Do

GET
Gethookevents — Atlassian List Subscribable Webhook Types
/v1/hook-events/{subject-type}

MCP Tools

atlassian-list-subscribable-webhook-types

Atlassian List Subscribable Webhook Types

read-only idempotent

Capability Spec

bitbucket-hook-events-subscribable.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Hook Events API — Subscribable
  description: 'Atlassian Bit Bucket Hook Events API — Subscribable. 1 operations. Lead operation: Atlassian List Subscribable
    Webhook Types. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Subscribable
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: bitbucket-hook-events-subscribable
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Hook Events API — Subscribable business capability. Self-contained, no shared references.
    resources:
    - name: hook_events-subject_type
      path: /hook_events/{subject_type}
      operations:
      - name: gethookevents
        method: GET
        description: Atlassian List Subscribable Webhook Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: bitbucket-hook-events-subscribable-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Hook Events API — Subscribable. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/hook-events/{subject-type}
      name: hook-events-subject-type
      description: REST surface for hook_events-subject_type.
      operations:
      - method: GET
        name: gethookevents
        description: Atlassian List Subscribable Webhook Types
        call: bitbucket-hook-events-subscribable.gethookevents
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bitbucket-hook-events-subscribable-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Hook Events API — Subscribable. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-list-subscribable-webhook-types
      description: Atlassian List Subscribable Webhook Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-hook-events-subscribable.gethookevents
      outputParameters:
      - type: object
        mapping: $.