bitbucket_api_request
Make authenticated GET requests to any Bitbucket Cloud API endpoint. Use for raw API data or endpoints not covered by other tools.
Instructions
Make an authenticated GET request to the Bitbucket Cloud API. Use this tool for endpoints not covered by other specific tools, or to access raw API data. The response is returned as a JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | API endpoint path (e.g. '/repositories/workspace/repo') or full URL. If relative, it's appended to the base URL. | |
| params | No | Optional query parameters as key-value pairs (e.g. { 'q': 'name~"test"', 'sort': '-updated_on' }). |