bb_list_endpoints
Find the right Bitbucket Cloud REST endpoint by searching method, path, tag, or summary. Get matches with params and docs links to construct API requests.
Instructions
Search the full Bitbucket Cloud REST API (all endpoints, generated from Atlassian's official OpenAPI spec) to find the right method, path and params for a task. Call this FIRST whenever no purpose-built bb_* tool covers what you need, then pass the result to bb_request. Every whitespace-separated term in search must match, so 'pull request comment' narrows better than 'comment'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Restrict to one API group, e.g. Pullrequests, Commits, Pipelines, Refs, Source, Search, Workspaces | |
| limit | No | Maximum matches to return | |
| method | No | Restrict to one HTTP method | |
| search | No | Terms matched against id, method, path, tag and summary | |
| verbose | No | Include params, body flag and docs link per match |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |