list_directory_content
List files and directories in a Bitbucket repository at a given path and branch, defaulting to root and default branch.
Instructions
List files and directories in a repository path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path (optional, defaults to root, e.g., "src/components") | |
| branch | No | Branch name (optional, defaults to default branch) | |
| workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") | |
| repository | Yes | Repository slug (e.g., "my-repo") |