list_tree
List the directory tree of a specific path in a repository with customizable depth and traversal limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the repository (owner/name) | |
| maxDepth | No | Maximum depth into the directory structure to list. | |
| maxPerDir | No | Maximum number of items to display per directory level. | |
| targetDir | No | Target directory path to inspect. Leaves empty to search from root. |