Argo Workflows · Capability

Argo Workflows Orchestration

Unified capability for container-native workflow orchestration on Kubernetes using Argo Workflows. Combines workflow lifecycle management, template reuse, cron scheduling, and workflow history for Data Engineers and Platform Engineers.

Run with Naftiko Argo WorkflowsKubernetesWorkflow EngineCNCFData Engineering

What You Can Do

GET
List workflows — List all workflows in a namespace
/v1/workflows/{namespace}
POST
Create workflow — Submit a new workflow
/v1/workflows/{namespace}
GET
List workflow templates — List all workflow templates
/v1/workflow-templates/{namespace}
GET
List cron workflows — List all cron workflows
/v1/cron-workflows/{namespace}
GET
List archived workflows — List archived workflow runs
/v1/archived-workflows

MCP Tools

list-workflows

List all Argo Workflows in a Kubernetes namespace with status

read-only
create-workflow

Submit a new Argo Workflow to a Kubernetes namespace

list-workflow-templates

List reusable workflow templates in a namespace

read-only
list-cron-workflows

List scheduled cron workflows in a namespace

read-only
list-archived-workflows

List historical archived workflow executions

read-only

APIs Used

argoworkflows