phabricator_repository_browse
Browse a repository's directory tree at a specified path and commit or branch. Validate path existence or paginate through entries.
Instructions
Browse a repository directory tree at a given path and commit/branch. Pass a branch name via the commit parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to browse (default: "/") | |
| repository | No | Repository callsign, short name, or PHID | |
| commit | No | Commit hash or branch name (default: HEAD). Pass branch names here. | |
| needValidityOnly | No | Only check path validity without loading the full tree | |
| limit | No | Maximum entries to return | |
| offset | No | Result offset for pagination |