Cribl · Capability

Cribl Search API — Search Notifications

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

Run with Naftiko CriblSearch Notifications

What You Can Do

GET
Listsearchnotifications — List search notification rules
/v1/notifications

MCP Tools

list-search-notification-rules

List search notification rules

read-only idempotent

Capability Spec

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