Skip to main content
Glama

SonarCloud MCP Server

by dozzman

summarize_sonarcloud_issues

Generate a concise summary of SonarCloud issues for a specific pull request. Filter by severity, status, and leak period to streamline code quality analysis and issue resolution.

Instructions

Get a high-level summary of SonarCloud issues for a PR

Input Schema

NameRequiredDescriptionDefault
impactSeveritiesNoComma-separated list of impact severities.
issueStatusesNoComma-separated list of issue statuses
pullRequestNoPull request id
sinceLeakPeriodNoTo retrieve issues created since the leak period. If this parameter is set to a truthy value, createdAfter must not be set and one component id or key must be provided. (default: false)
tokenNoSonarCloud API token (optional if set in environment)

Input Schema (JSON Schema)

{ "properties": { "impactSeverities": { "description": "Comma-separated list of impact severities.", "items": { "enum": [ "INFO", "LOW", "MEDIUM", "HIGH", "BLOCKER" ], "type": "string" }, "type": "array" }, "issueStatuses": { "description": "Comma-separated list of issue statuses", "items": { "enum": [ "OPEN", "CONFIRMED", "FALSE_POSITIVE", "ACCEPTED", "FIXED" ], "type": "string" }, "type": "array" }, "pullRequest": { "description": "Pull request id", "type": "string" }, "sinceLeakPeriod": { "description": "To retrieve issues created since the leak period. If this parameter is set to a truthy value, createdAfter must not be set and one component id or key must be provided. (default: false)", "type": "boolean" }, "token": { "description": "SonarCloud API token (optional if set in environment)", "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from SonarCloud MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dozzman/sonarcloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server