tarn_list
List all tests defined in .tarn.yaml files, returning file names, test names, and step counts for a quick overview of available API tests.
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`. |