bb_search_repositories
Find Bitbucket repositories by name or description across the server. Restrict to a project to narrow results, returning key, slug, name, and description.
Instructions
Search repositories across the server by name/description. Returns project key, slug, name, and description for each match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Search text (matched against repo name/description, case-insensitive substring) | |
| limit | No | ||
| start | No | ||
| projectKey | No | Optional. Restrict the search to a single project (e.g. 'USDMF'). When omitted, all projects in the server are scanned. |