browse_repository
Explore Bitbucket repository structure to list files and directories, helping users navigate codebases and locate specific files efficiently.
Instructions
Browse and list files and directories in a Bitbucket repository. Use this to explore repository structure, find files, or navigate directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Bitbucket project key. If omitted, uses BITBUCKET_DEFAULT_PROJECT environment variable. | |
| repository | Yes | Repository slug to browse. | |
| path | No | Directory path to browse (empty or "/" for root directory). | |
| branch | No | Branch or commit hash to browse (defaults to main/master branch if not specified). | |
| limit | No | Maximum number of items to return (default: 50). |