browse_directory
List files and folders in a Bitbucket repository directory to understand its structure. Returns names, types, and paths for each entry.
Instructions
Browse the contents of a directory in a repository. Returns file and folder names, types, and paths. Use this to explore the repository structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The directory path to browse (e.g., 'src/components'). Use empty string or '/' for root. | |
| branch | No | The branch name. Defaults to the main branch. | |
| repo_slug | Yes | The repository slug. | |
| workspace | No | The workspace slug. Optional if BITBUCKET_WORKSPACE env var is set. |