list_artifacts
Retrieve artifacts from a GitHub Actions run to discover test result files. Pair with parse_artifact to download and parse them.
Instructions
List artifacts from a GitHub Actions run. Use with parse_artifact to download and parse test result artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repo in owner/repo format (e.g. "r-marques/testmcp") | |
| runId | Yes | GitHub Actions run ID |