Juniper Networks · Capability

Juniper Networks Juniper Mist API — Webhooks

Juniper Networks Juniper Mist API — Webhooks. 2 operations. Lead operation: Juniper Networks List organization webhooks. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperWebhooks

What You Can Do

GET
Listorgwebhooks — Juniper Networks List organization webhooks
/v1/orgs/{org-id}/webhooks
POST
Createorgwebhook — Juniper Networks Create organization webhook
/v1/orgs/{org-id}/webhooks

MCP Tools

juniper-networks-list-organization-webhooks

Juniper Networks List organization webhooks

read-only idempotent
juniper-networks-create-organization-webhook

Juniper Networks Create organization webhook

Capability Spec

mist-webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Mist API — Webhooks
  description: 'Juniper Networks Juniper Mist API — Webhooks. 2 operations. Lead operation: Juniper Networks List organization
    webhooks. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  - Webhooks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: mist-webhooks
    baseUri: https://api.mist.com/api/v1
    description: Juniper Networks Juniper Mist API — Webhooks business capability. Self-contained, no shared references.
    resources:
    - name: orgs-org_id-webhooks
      path: /orgs/{org_id}/webhooks
      operations:
      - name: listorgwebhooks
        method: GET
        description: Juniper Networks List organization webhooks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorgwebhook
        method: POST
        description: Juniper Networks Create organization webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.JUNIPER_API_KEY}}'
  exposes:
  - type: rest
    namespace: mist-webhooks-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Mist API — Webhooks. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/orgs/{org-id}/webhooks
      name: orgs-org-id-webhooks
      description: REST surface for orgs-org_id-webhooks.
      operations:
      - method: GET
        name: listorgwebhooks
        description: Juniper Networks List organization webhooks
        call: mist-webhooks.listorgwebhooks
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createorgwebhook
        description: Juniper Networks Create organization webhook
        call: mist-webhooks.createorgwebhook
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mist-webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Mist API — Webhooks. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: juniper-networks-list-organization-webhooks
      description: Juniper Networks List organization webhooks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mist-webhooks.listorgwebhooks
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-create-organization-webhook
      description: Juniper Networks Create organization webhook
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: mist-webhooks.createorgwebhook
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.