bb_list_projects
List Bitbucket Server projects accessible to the authenticated user. Retrieve project keys, names, descriptions, visibility, and lock state with pagination and filtering.
Instructions
List Bitbucket Server projects visible to the authenticated user. Returns project key, name, description, visibility and lock state. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (default 25, max 100) | |
| start | No | Zero-based offset into the result set (default 0) | |
| filter | No | SQL-like filter across project fields. Examples: 'key ~ "my"', 'name = "My Project"', 'owner = "jdoe"' |