Sift · Capability

Sift Workflows API — Workflows

Inspect Sift Workflow runs and per-entity workflow status.

Sift Workflows API — Workflows is a Naftiko capability published by Sift, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 read-only operation. Lead operation: Sift Get Workflow Run. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Sift, Workflows, and Automation.

Run with Naftiko SiftWorkflowsAutomation

MCP Tools

sift-get-workflow-run

Sift Get Workflow Run

read-only idempotent

Capability Spec

workflows-workflows.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sift Workflows API — Workflows
  description: Inspect Sift Workflow runs and per-entity workflow status.
  tags:
    - Sift
    - Workflows
    - Automation
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      SIFT_API_KEY: SIFT_API_KEY
capability:
  consumes:
    - type: http
      namespace: workflows-workflows
      baseUri: https://api.sift.com
      description: Sift Workflows API for inspecting workflow runs.
      resources:
        - name: workflow-run
          path: /v205/accounts/{account_id}/workflows/runs/{run_id}
          operations:
            - name: getworkflowrun
              method: GET
              description: Sift Get Workflow Run
              outputRawFormat: json
              inputParameters:
                - name: account_id
                  in: path
                  type: string
                  required: true
                - name: run_id
                  in: path
                  type: string
                  required: true
              outputParameters:
                - name: result
                  type: object
                  value: $.
      authentication:
        type: basic
        value: '{{env.SIFT_API_KEY}}:'
        placement: header
  exposes:
    - type: mcp
      namespace: workflows-workflows-mcp
      port: 9090
      transport: http
      description: MCP adapter for Sift Workflows operations.
      tools:
        - name: sift-get-workflow-run
          description: Sift Get Workflow Run
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: workflows-workflows.getworkflowrun
          with:
            account_id: tools.account_id
            run_id: tools.run_id
          outputParameters:
            - type: object
              mapping: $.