Acquia · Capability

Acquia Cloud API Documentation — Notifications

Acquia Cloud API Documentation — Notifications. 1 operations. Lead operation: Returns a single notification.. Self-contained Naftiko capability covering one Acquia business surface.

Run with Naftiko AcquiaNotifications

What You Can Do

GET
Getnotificationbyuuid — Returns a single notification.
/v1/notifications/{notificationuuid}

MCP Tools

returns-single-notification

Returns a single notification.

read-only idempotent

Capability Spec

cloud-openapi-full-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Acquia Cloud API Documentation — Notifications
  description: 'Acquia Cloud API Documentation — Notifications. 1 operations. Lead operation: Returns a single notification..
    Self-contained Naftiko capability covering one Acquia business surface.'
  tags:
  - Acquia
  - Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ACQUIA_API_KEY: ACQUIA_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-openapi-full-notifications
    baseUri: ''
    description: Acquia Cloud API Documentation — Notifications business capability. Self-contained, no shared references.
    resources:
    - name: notifications-notificationUuid
      path: /notifications/{notificationUuid}
      operations:
      - name: getnotificationbyuuid
        method: GET
        description: Returns a single notification.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ACQUIA_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-openapi-full-notifications-rest
    port: 8080
    description: REST adapter for Acquia Cloud API Documentation — Notifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/notifications/{notificationuuid}
      name: notifications-notificationuuid
      description: REST surface for notifications-notificationUuid.
      operations:
      - method: GET
        name: getnotificationbyuuid
        description: Returns a single notification.
        call: cloud-openapi-full-notifications.getnotificationbyuuid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-openapi-full-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Acquia Cloud API Documentation — Notifications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: returns-single-notification
      description: Returns a single notification.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-openapi-full-notifications.getnotificationbyuuid
      outputParameters:
      - type: object
        mapping: $.