Boltic · Capability

Boltic Workflow API — Triggers

Boltic Workflow API — Triggers. 1 operations. Lead operation: Boltic List available triggers. Self-contained Naftiko capability covering one Boltic business surface.

Run with Naftiko BolticTriggers

What You Can Do

GET
Listtriggers — Boltic List available triggers
/v1/triggers

MCP Tools

boltic-list-available-triggers

Boltic List available triggers

read-only idempotent

Capability Spec

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