Akamai · Capability

Akamai: Network Lists API — Subscriptions

Akamai: Network Lists API — Subscriptions. 2 operations. Lead operation: Akamai Subscribe to Network Lists. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiSubscriptions

What You Can Do

POST
Postnotificationssubscribe — Akamai Subscribe to Network Lists
/v1/notifications/subscribe
POST
Postnotificationsunsubscribe — Akamai Unsubscribe to Network Lists
/v1/notifications/unsubscribe

MCP Tools

akamai-subscribe-network-lists

Akamai Subscribe to Network Lists

akamai-unsubscribe-network-lists

Akamai Unsubscribe to Network Lists

Capability Spec

network-lists-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Network Lists API — Subscriptions'
  description: 'Akamai: Network Lists API — Subscriptions. 2 operations. Lead operation: Akamai Subscribe to Network Lists.
    Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Subscriptions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: network-lists-subscriptions
    baseUri: https://{hostname}/network-list/v2
    description: 'Akamai: Network Lists API — Subscriptions business capability. Self-contained, no shared references.'
    resources:
    - name: notifications-subscribe
      path: /notifications/subscribe
      operations:
      - name: postnotificationssubscribe
        method: POST
        description: Akamai Subscribe to Network Lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: notifications-unsubscribe
      path: /notifications/unsubscribe
      operations:
      - name: postnotificationsunsubscribe
        method: POST
        description: Akamai Unsubscribe to Network Lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: network-lists-subscriptions-rest
    port: 8080
    description: 'REST adapter for Akamai: Network Lists API — Subscriptions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/notifications/subscribe
      name: notifications-subscribe
      description: REST surface for notifications-subscribe.
      operations:
      - method: POST
        name: postnotificationssubscribe
        description: Akamai Subscribe to Network Lists
        call: network-lists-subscriptions.postnotificationssubscribe
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notifications/unsubscribe
      name: notifications-unsubscribe
      description: REST surface for notifications-unsubscribe.
      operations:
      - method: POST
        name: postnotificationsunsubscribe
        description: Akamai Unsubscribe to Network Lists
        call: network-lists-subscriptions.postnotificationsunsubscribe
        with:
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: network-lists-subscriptions-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Network Lists API — Subscriptions. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: akamai-subscribe-network-lists
      description: Akamai Subscribe to Network Lists
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: network-lists-subscriptions.postnotificationssubscribe
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-unsubscribe-network-lists
      description: Akamai Unsubscribe to Network Lists
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: network-lists-subscriptions.postnotificationsunsubscribe
      with:
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.