tarn_list
List all tests in .tarn.yaml files, returning file names, test names, and step counts to inventory test suites.
Instructions
List all available tests in .tarn.yaml files. Returns file names, test names, and step counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the project root. Defaults to the workspace root captured during MCP `initialize`, or the server process's current directory. | |
| path | No | Path to directory (defaults to `cwd`). Relative paths resolve against `cwd`. |