list_workflows
List built-in and custom workflow templates to see if one already covers your goal before planning or creating a new workflow. Also get IDs of active workflow runs for status tracking.
Instructions
[READ] List all available workflow templates (built-in + custom).
Use this first to see whether a template already covers the goal, then pass its name to plan_workflow; if none fit, use create_workflow instead. Built-in templates are always available. Custom templates are loaded from ~/.vmware/workflows/*.yaml — drop a YAML file there to add your own workflows.
Returns: dict with builtin and custom workflow lists, each with name, description, steps count, plus active_workflows — the IDs of in-flight runs to pass to get_workflow_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||