validate_workflow
Validate a workflow YAML file by providing its path. Returns errors, warnings, and info to help fix issues before running. Ensures your workflow is correctly defined.
Instructions
Validate a single workflow YAML file without running it. Give the file path; returns {valid, error_count, warning_count, issues[]}, where each issue has a level (error/warning/info), message, and optional line, step, and hint. Use this to check a workflow the agent authored or edited before running it, or to explain why a workflow is malformed. Read-only: no tasks run and nothing is written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the workflow YAML file to validate. |