Cribl · Capability

Cribl Stream API — Functions

Cribl Stream API — Functions. 1 operations. Lead operation: List available Stream functions. Self-contained Naftiko capability covering one Cribl business surface.

Run with Naftiko CriblFunctions

What You Can Do

GET
Liststreamfunctions — List available Stream functions
/v1/system/functions

MCP Tools

list-available-stream-functions

List available Stream functions

read-only idempotent

Capability Spec

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