manage_workflows
List, retrieve, create, or execute workflows by specifying an action, workflow ID, variables, and project path to automate code guidance tasks.
Instructions
Unified workflow management operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| search | No | Search term for filtering (optional for list) | |
| workflow | No | Workflow definition (required for create) | |
| variables | No | Variables for workflow execution (optional) | |
| workflowId | No | ID of the workflow (required for get/execute) | |
| projectPath | No | Path to project directory (required for execute) |