bb_ls_workspaces
List and manage Bitbucket workspaces with detailed information including slugs, names, and membership roles. Requires configured Bitbucket credentials and supports pagination for efficient data retrieval.
Instructions
Lists workspaces within your Bitbucket account. Returns a formatted Markdown list showing workspace slugs, names, and membership role. Requires Bitbucket credentials to be configured.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor for retrieving the next set of results. Obtained from previous response when more results are available. | |
limit | No | Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted. |