Cribl · Capability

Cribl Stream API — Notifications

Cribl Stream API — Notifications. 1 operations. Lead operation: List Stream notification rules. Self-contained Naftiko capability covering one Cribl business surface.

Run with Naftiko CriblNotifications

What You Can Do

GET
Liststreamnotifications — List Stream notification rules
/v1/notifications

MCP Tools

list-stream-notification-rules

List Stream notification rules

read-only idempotent

Capability Spec

stream-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cribl Stream API — Notifications
  description: 'Cribl Stream API — Notifications. 1 operations. Lead operation: List Stream notification rules. Self-contained
    Naftiko capability covering one Cribl business surface.'
  tags:
  - Cribl
  - Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CRIBL_API_KEY: CRIBL_API_KEY
capability:
  consumes:
  - type: http
    namespace: stream-notifications
    baseUri: https://{workspaceName}-{organizationId}.cribl.cloud/api/v1
    description: Cribl Stream API — Notifications business capability. Self-contained, no shared references.
    resources:
    - name: notifications
      path: /notifications
      operations:
      - name: liststreamnotifications
        method: GET
        description: List Stream notification rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CRIBL_API_KEY}}'
  exposes:
  - type: rest
    namespace: stream-notifications-rest
    port: 8080
    description: REST adapter for Cribl Stream API — Notifications. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notifications
      name: notifications
      description: REST surface for notifications.
      operations:
      - method: GET
        name: liststreamnotifications
        description: List Stream notification rules
        call: stream-notifications.liststreamnotifications
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stream-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cribl Stream API — Notifications. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-stream-notification-rules
      description: List Stream notification rules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stream-notifications.liststreamnotifications
      outputParameters:
      - type: object
        mapping: $.