pipeline_status
Check the current status of a pipeline run by providing its unique run ID.
Instructions
Return the current status of a running or completed pipeline.
Reads /tmp/swarm-mcp/<run_id>/pipeline-status.json and returns its contents. The status file is written after each step completes.
Args: run_id: The pipeline run ID returned by the pipeline() tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |