List Flows
list_flowsDiscover and list Maestro mobile test flows from a directory, including descriptions and tags from an optional manifest file.
Instructions
Discover named Maestro flows in a flows directory (default: ./flows). Each flow is a .yaml file; an optional _manifest.json adds descriptions, tags, and parameter specs. Use start_flow to execute one by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowsDir | No | Directory containing flow .yaml files (default: ./flows relative to the MCP server's working directory). Optional _manifest.json in this directory adds descriptions, tags, and param specs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flows | Yes | Discovered flows, sorted by name | |
| total | Yes | Number of flows returned | |
| flowsDir | Yes | Absolute path to the directory that was scanned |