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