Atlassian · Capability

Atlassian rest/api/3/webhook/ — Webhooks

Atlassian rest/api/3/webhook/ — Webhooks. 2 operations. Lead operation: Atlassian Get Failed Webhooks. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianWebhooks

What You Can Do

GET
Atlassiangetfailedwebhooks — Atlassian Get Failed Webhooks
/v1/api/3/webhook/failed
PUT
Atlassianrefreshwebhooks — Atlassian Extend Webhook Life
/v1/api/3/webhook/refresh

MCP Tools

atlassian-get-failed-webhooks

Atlassian Get Failed Webhooks

read-only idempotent
atlassian-extend-webhook-life

Atlassian Extend Webhook Life

idempotent

Capability Spec

rest-api-3-webhook--webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/webhook/ — Webhooks
  description: 'Atlassian rest/api/3/webhook/ — Webhooks. 2 operations. Lead operation: Atlassian Get Failed Webhooks. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Webhooks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-webhook--webhooks
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/webhook/ — Webhooks business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-webhook-failed
      path: /rest/api/3/webhook/failed
      operations:
      - name: atlassiangetfailedwebhooks
        method: GET
        description: Atlassian Get Failed Webhooks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxResults
          in: query
          type: integer
          description: The maximum number of webhooks to return per page. If obeying the maxResults directive would result
            in records with the same failure time being split across pag
        - name: after
          in: query
          type: integer
          description: The time after which any webhook failure must have occurred for the record to be returned, expressed
            as milliseconds since the UNIX epoch.
    - name: rest-api-3-webhook-refresh
      path: /rest/api/3/webhook/refresh
      operations:
      - name: atlassianrefreshwebhooks
        method: PUT
        description: Atlassian Extend Webhook Life
        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: rest-api-3-webhook--webhooks-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/webhook/ — Webhooks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/3/webhook/failed
      name: rest-api-3-webhook-failed
      description: REST surface for rest-api-3-webhook-failed.
      operations:
      - method: GET
        name: atlassiangetfailedwebhooks
        description: Atlassian Get Failed Webhooks
        call: rest-api-3-webhook--webhooks.atlassiangetfailedwebhooks
        with:
          maxResults: rest.maxResults
          after: rest.after
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/webhook/refresh
      name: rest-api-3-webhook-refresh
      description: REST surface for rest-api-3-webhook-refresh.
      operations:
      - method: PUT
        name: atlassianrefreshwebhooks
        description: Atlassian Extend Webhook Life
        call: rest-api-3-webhook--webhooks.atlassianrefreshwebhooks
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-webhook--webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/webhook/ — Webhooks. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-failed-webhooks
      description: Atlassian Get Failed Webhooks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-webhook--webhooks.atlassiangetfailedwebhooks
      with:
        maxResults: tools.maxResults
        after: tools.after
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-extend-webhook-life
      description: Atlassian Extend Webhook Life
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-webhook--webhooks.atlassianrefreshwebhooks
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.