browse_repository
Browse files and directories in a Bitbucket repository to understand project structure. Specify repository, path, branch, or project for targeted exploration.
Instructions
Browse files and directories in a repository to understand project structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path to browse (default: root). | |
| limit | No | Max items to return (default: 50). | |
| branch | No | Branch or commit hash (default: default branch). | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| repository | Yes | Repository slug. |