search_repositories
Search for repositories in a BitBucket workspace by name or other criteria. Returns a list of matching repositories.
Instructions
Search for repositories in a BitBucket workspace.
Use this tool to find repositories by name or other criteria. Searches within the specified workspace and returns matching repositories.
Args: query: Search query to filter repositories by name. If not provided, lists all repositories. workspace: Workspace slug. If not provided, uses the default workspace.
Returns: JSON list of matching repositories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |