get_repo_structure
Retrieve the file and folder structure of a GitHub repository to understand project organization before running validation checks.
Instructions
Get the file/folder structure of a GitHub repository. Useful for understanding project organization before validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Maximum depth for file tree traversal (default: 3) | |
| repoName | Yes | Name of the repository to inspect |