Skip to main content
Glama
langtind

community-sonarcloud-mcp-server

by langtind

search_issues

Find code issues in SonarCloud projects by applying filters for type, severity, and impact. Retrieve actionable results to identify bugs, vulnerabilities, and code smells.

Instructions

Search for issues in SonarCloud projects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typesNoComma-separated list of types (BUG, VULNERABILITY, CODE_SMELL). Note: SonarCloud is transitioning to Clean Code taxonomy with software qualities instead.
projectNoProject key to search in
pageSizeNoNumber of results per page (max 500)
resolvedNoFilter by resolved status
severitiesNoComma-separated list of severities (INFO, MINOR, MAJOR, CRITICAL, BLOCKER)
pullRequestNoPull request ID to filter issues
impactSeveritiesNoComma-separated Clean Code impact severities (LOW, MEDIUM, HIGH)
impactSoftwareQualitiesNoComma-separated software qualities (SECURITY, RELIABILITY, MAINTAINABILITY)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.1

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of disclosing behavior. The word 'Search' implies a read-only operation, but the description does not explicitly state that it is non-mutating, does not mention output or pagination behavior, and gives no indication of possible side effects or limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler or repetition. Every word contributes to stating the tool's core purpose, making it highly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given eight parameters, no annotations, no output schema, and multiple related sibling tools, this one-sentence description is insufficient. It does not cover when to prefer this tool, what behavioral guarantees exist, or what kind of result an agent should expect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameter schema already documents all eight optional fields. The description adds no parameter-level meaning, but per the baseline for full schema coverage, a 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Search') and the resource ('issues in SonarCloud projects'), so an agent knows what the tool does. It does not differentiate this tool from siblings like list_projects or change_issue_status, but the core purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use search_issues versus alternatives such as change_issue_status or get_pull_requests. There are no exclusions, prerequisites, or context clues beyond the generic 'search' wording, so an agent has to infer usage entirely from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/langtind/community-sonarcloud-mcp-server'

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