list_workflow_steps
Retrieve an ordered list of all workflow steps for a project, giving a clear overview of the development process.
Instructions
List all steps in the workflow
Provides an overview of all numbered steps in the project's workflow.
Args: project: Project name (uses default if not specified)
Returns: List of all workflow steps
Examples: list_workflow_steps(project="trowel") list_workflow_steps()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |