bitbucket_api_request
Make authenticated GET requests to the Bitbucket Cloud API for endpoints without dedicated tools, returning raw JSON data.
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 |
|---|---|---|---|
| params | No | Optional query parameters as key-value pairs (e.g. { 'q': 'name~"test"', 'sort': '-updated_on' }). | |
| endpoint | Yes | API endpoint path (e.g. '/repositories/workspace/repo') or full URL. If relative, it's appended to the base URL. |