search_my_sonarqube_projects
Retrieve paginated lists of SonarCloud projects with their keys and names to use with other SonarCloud tools.
Instructions
Paginated project finder; use when you need keys/names before running other SonarCloud tools.
Returns a list of projects with their keys and names, plus pagination information. Use the project keys returned here for other tools like search_sonar_issues_in_projects or search_hotspots.
Example: search_my_sonarqube_projects(page="1")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to retrieve (1-indexed) | 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paging | Yes | ||
| projects | Yes |