bb_get_repo
Retrieve detailed repository information, including owner, main branch, comment counts, recent pull requests, and links, using workspace and repository slugs. Requires Bitbucket credentials.
Instructions
Retrieves detailed information for a specific repository identified by workspaceSlug
and repoSlug
. Returns comprehensive repository details as formatted Markdown, including owner, main branch, comment/task counts, recent pull requests, and relevant links. Requires Bitbucket credentials.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repoSlug | Yes | Repository slug to retrieve. This must be a valid repository in the specified workspace. Example: "project-api" | |
workspaceSlug | No | Workspace slug containing the repository. If not provided, the system will use your default workspace (either configured via BITBUCKET_DEFAULT_WORKSPACE or the first workspace in your account). Example: "myteam" |