bb_list_directory
List files and folders in a Bitbucket repository directory. Specify path and revision to browse code at any commit, branch, or tag.
Instructions
List the contents of a directory in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| path | No | Directory path (defaults to repository root) | |
| pagelen | No | Number of results per page (max 100) | |
| revision | No | Branch name, tag, or commit hash (defaults to HEAD) | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |